Skip to content

Commit 356a9be

Browse files
Bump responses from 0.26.1 to 0.26.2 (#46)
Bumps [responses](https://github.com/getsentry/responses) from 0.26.1 to 0.26.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/responses/releases">responses's releases</a>.</em></p> <blockquote> <h2>0.26.2</h2> <ul> <li>Default headers (such as <code>Content-Type</code>, <code>Date</code> and <code>Server</code>) are now stripped from recorded files regardless of header name case. Previously, responses recorded from servers that send lowercase header names (for example over HTTP/2) kept these redundant headers in the generated file.</li> <li>Fixed <code>query_param_matcher</code> mutating the caller's params dict when numeric values are provided. See <a href="https://redirect.github.com/getsentry/responses/issues/801">#801</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/responses/blob/master/CHANGES">responses's changelog</a>.</em></p> <blockquote> <h2>0.26.2</h2> <ul> <li>Default headers (such as <code>Content-Type</code>, <code>Date</code> and <code>Server</code>) are now stripped from recorded files regardless of header name case. Previously, responses recorded from servers that send lowercase header names (for example over HTTP/2) kept these redundant headers in the generated file.</li> <li>Fixed <code>query_param_matcher</code> mutating the caller's params dict when numeric values are provided. See <a href="https://redirect.github.com/getsentry/responses/issues/801">#801</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/responses/commit/31d28eb21745379bd1ad2154838187e23aa92a3e"><code>31d28eb</code></a> release: 0.26.2</li> <li><a href="https://github.com/getsentry/responses/commit/6fb610d1ca8f4bf35af8bfa5d0ac4a97fd53a99c"><code>6fb610d</code></a> Fix CHANGES (<a href="https://redirect.github.com/getsentry/responses/issues/802">#802</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/aae1d471f3ef5c120c99a178a621e8276c164ab6"><code>aae1d47</code></a> Set license format to SPDX identifier in setup.py (<a href="https://redirect.github.com/getsentry/responses/issues/803">#803</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/a19add7777d7d0c64eeb364f6cc9de624c33f4f8"><code>a19add7</code></a> fix: query_param_matcher no longer mutates the caller's params dict (<a href="https://redirect.github.com/getsentry/responses/issues/801">#801</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/88e15db329b8731d27210fe73e11056210309829"><code>88e15db</code></a> Strip default headers from recorded files case-insensitively (<a href="https://redirect.github.com/getsentry/responses/issues/798">#798</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/1d48f2f202a5a9cdbb008aa9de2e255cbe897c81"><code>1d48f2f</code></a> docs: fix typos (<a href="https://redirect.github.com/getsentry/responses/issues/800">#800</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/853e7d2ddde86315d2dd936185de427b595499bc"><code>853e7d2</code></a> docs: update tox Python version examples (<a href="https://redirect.github.com/getsentry/responses/issues/797">#797</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/705067bccc9bffbe0a2a69aff6e12e812fe36a7a"><code>705067b</code></a> Merge branch 'release/0.26.1'</li> <li>See full diff in <a href="https://github.com/getsentry/responses/compare/0.26.1...0.26.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=responses&package-manager=pip&previous-version=0.26.1&new-version=0.26.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Antonio Granero <finallyjay@gmail.com>
1 parent e7e98e8 commit 356a9be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
pytest==9.1.1
33
pytest-cov==7.1.0
4-
responses==0.26.1
4+
responses==0.26.2
55
ruff==0.15.20
66
mypy==2.1.0
77
types-requests==2.33.0.20260712

0 commit comments

Comments
 (0)