python.cz
python.cz copied to clipboard
Bump responses from 0.22.0 to 0.23.1
Bumps responses from 0.22.0 to 0.23.1.
Release notes
Sourced from responses's releases.
0.23.1
- Remove
tomliimport. See #6300.23.0
- Add Python 3.11 support
- Fix type annotations of
CallList. See #593requestobject is attached to any custom exception provided asResponsebodyargument. See #588- Fixed mocked responses leaking between tests when
assert_all_requests_are_firedand a request was not fired.- [BETA] Default recorder format was changed to YAML. Added
responses.RequestsMock._parse_response_fileandresponses._recorder.Recorder.dump_to_filemethods that allow users to override default parser to eg toml, json
Changelog
Sourced from responses's changelog.
0.23.1
- Remove
tomliimport. See #6300.23.0
- Add Python 3.11 support
- Fix type annotations of
CallList. See #593requestobject is attached to any custom exception provided asResponsebodyargument. See #588- Fixed mocked responses leaking between tests when
assert_all_requests_are_firedand a request was not fired.- [BETA] Default recorder format was changed to YAML. Added
responses.RequestsMock._parse_response_fileandresponses._recorder.Recorder.dump_to_filemethods that allow users to override default parser to eg toml, json
Commits
b94a385release: 0.23.1e4e140aFix formattinga8da5f3fix #630 (#631)cc74e5aMerge branch 'release/0.23.0'22a788drelease: 0.23.0e85804aChange default recorder format to YAML (#624)ec6c755Fix assert_all_requests_are_fired not reseting (#622)faf6dd9ref: upgrade isort to work around poetry breakage (#620)48d8af9Merge pull request #618 from getsentry/mdtro/codeql43c0b63exclude tests from CodeQL detections to reduce false positive rate- 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 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 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)