Bump responses from 0.23.3 to 0.26.0
Open
Number: #406
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 2
Association: Unknown
Comments: 2
Created:
March 09, 2026 at 10:17 AM UTC
(3 months ago)
(3 months ago)
Updated:
March 09, 2026 at 11:27 AM UTC
(3 months ago)
(3 months ago)
Labels:
dependencies python
dependencies python
Description:
Bumps responses from 0.23.3 to 0.26.0.
Release notes
Sourced from responses's releases.
0.26.0
- When using
assert_all_requests_are_fired=True, assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called.- Consider the
Retry-Afterheader when handling retries0.25.8
- Fix bug where the content type is always recorded as either text/plain or application/json. See #770
- Allow asserts on add_callback() matches. See #727
0.25.7
- Added support for python 3.13
0.25.6
No release notes provided.
0.25.5
No release notes provided.
0.25.3
- Fixed
recordernot saving and loading response headers with yaml files. See #7150.25.2
- Mulligan on 0.25.1 to run release pipeline correctly.
- Added
matchers.body_matcherfor matching string request bodies. See #717Responses 0.25.1
What's Changed
- Use pytest.mark.asyncio by
@markstoryin getsentry/responses#707- fix mocked HEAD response when content-length header is present by
@ddarricauin getsentry/responses#712- fix(matchers): Don't sort failed matches when printing error message by
@mgalignianain getsentry/responses#711New Contributors
@ddarricaumade their first contribution in getsentry/responses#712@mgalignianamade their first contribution in getsentry/responses#711Full Changelog: https://github.com/getsentry/responses/compare/0.25.0...0.25.1
0.25.0
- Added support for Python 3.12
- Fixed
matchers.header_matchernot failing when a matched header is missing from the request. See #7020.24.1
- Reverted overloads removal
- Added typing to
Callattributes.- Fix socket issues (see #693)
0.24.0
... (truncated)
Changelog
Sourced from responses's changelog.
0.26.0
- When using
assert_all_requests_are_fired=True, assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called.- Consider the
Retry-Afterheader when handling retries0.25.8
- Fix bug where the content type is always recorded as either text/plain or application/json. See #770
- Allow asserts on add_callback() matches. See #727
0.25.7
- Added support for python 3.13
0.25.6
- Added py.typed to package_data
0.25.5
- Fix readme issue that prevented 0.25.4 from being published to pypi.
0.25.4
- Responses can now match requests that use
datawith file-like objects. Files will be read as bytes and stored in the request mock. See #736RequestsMock.matcherswas added. This property is an alias toresponses.matchers. See #739- Removed tests from packaged wheels. See #746
- Improved recorder API to ease use in REPL environments. See #745
0.25.3
- Fixed
recordernot saving and loading response headers with yaml files. See #7150.25.2
- Mulligan on 0.25.1 to run release pipeline correctly.
... (truncated)
Commits
94913d0release: 0.26.0051b79eMakeassert_all_requests_are_firedalways assert on exception (#782)0905cb8Fix query_param_matcher not matching empty query parameter values (#787)e0c6faaci(release): Switch from action-prepare-release to Craft (#785)1be3a73fix: Consider theRetry-Afterheader when handling retries (#784)c6730fbMerge branch 'release/0.25.8'cdd104drelease: 0.25.8f940dc7Allow asserts on add_callback() matches (#774)9485a01Fix mypy errors in master (#776)1532e9e:wrench: chore: update return type of RequestsMock.exit (#769)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 14496008 |
| UUID: | 4044692898 |
| Node ID: | PR_kwDOHmyZgM7JBtqy |
| Host: | GitHub |
| Repository: | cycodehq/cycode-cli |