Bump responses from 0.24.1 to 0.25.0
Bumps responses from 0.24.1 to 0.25.0.
Release notes
Sourced from responses's releases.
0.25.0
- Added support for Python 3.12
- Fixed
matchers.header_matchernot failing when a matched header is missing from the request. See #702
Changelog
Sourced from responses's changelog.
0.25.0
- Added support for Python 3.12
- Fixed
matchers.header_matchernot failing when a matched header is missing from the request. See #702
Commits
82d1e53release: 0.25.0dae83c4Update CHANGES for #7021f36f22fix missing header detection for the non-strict case (#702)89d7f37[README] Make "Validate Retry" code snippet complete (#701)6950c9efix: Relax types in matchers to use duck types (#699)7706191added support for Python 3.12 (#697)4fa24b7Merge branch 'release/0.24.1'- See full diff 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 mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 76.64%. Comparing base (
b4b4a2b) to head (ed16d85).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #293 +/- ##
=======================================
Coverage 76.64% 76.64%
=======================================
Files 3 3
Lines 197 197
Branches 28 28
=======================================
Hits 151 151
Misses 40 40
Partials 6 6
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.