build(deps-dev): update responses requirement from ~=0.25.0 to ~=0.26.0 by dependabot[bot] · Pull Request #1432 · python-semantic-release/python-semantic-release
Updates the requirements on responses to permit the latest version.
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 retries
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🔧 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)