Skip to content

Conversation

@dependabot-preview
Copy link

Bumps responses from 0.10.5 to 0.13.2.

Release notes

Sourced from responses's releases.

Responses 0.13.2

  • Fixed incorrect type stubs for add_callback

Responses 0.13.1

  • Fixed packages not containing type stubs.

Responses 0.13.0

  • responses.upsert() was added. This method will add() a response if one has not already been registered for a URL, or replace() an existing response.
  • responses.registered() was added. The method allows you to get a list of the currently registered responses. This formalizes the previously private responses.mock._matches method.
  • A more useful __repr__ has been added to Response.
  • Error messages have been improved.

Responses 0.12.1

  • responses.urlencoded_params_matcher and responses.json_params_matcher now accept None to match empty requests.
  • Fixed imports to work with new urllib3 versions.
  • request.params now allows parameters to have multiple values for the same key.
  • Improved ConnectionError messages.

Responses 0.12.0

  • Removed support for python 3.4

Responses 0.11.0

  • Added the match parameter to add().
  • Added responses.urlencoded_params_matcher() and responses.json_params_matcher().

Responses 0.10.16

Fixes

  • Add a requirements pin to urllib3. This helps prevent broken install states where cookie usage fails.

Responses 0.10.15

  • Added assert_call_count to improve ergonomics around ensuring a mock was called.
  • Fix incorrect handling of paths with query strings.
  • Add Python 3.9 support to CI matrix.

Responses 0.10.14

  • Version bump to align tags with setup.py

Responses 0.10.13

  • Improved README examples.
  • Improved handling of unicode bodies. The inferred content-type for unicode bodies is now text/plain; charset=utf-8.
  • Streamlined querysting matching code.

Responses 0.10.12

  • Fixed incorrect content-type in add_callback() when headers are provided as a list of tuples.

... (truncated)

Changelog

Sourced from responses's changelog.

0.13.2

  • Fixed incorrect type stubs for add_callback

0.13.1

  • Fixed packages not containing type stubs.

0.13.0

  • responses.upsert() was added. This method will add() a response if one has not already been registered for a URL, or replace() an existing response.
  • responses.registered() was added. The method allows you to get a list of the currently registered responses. This formalizes the previously private responses.mock._matches method.
  • A more useful __repr__ has been added to Response.
  • Error messages have been improved.

0.12.1

  • responses.urlencoded_params_matcher and responses.json_params_matcher now accept None to match empty requests.
  • Fixed imports to work with new urllib3 versions.
  • request.params now allows parameters to have multiple values for the same key.
  • Improved ConnectionError messages.

0.12.0

  • Remove support for Python 3.4.

0.11.0

  • Added the match parameter to add().
  • Added responses.urlencoded_params_matcher() and responses.json_params_matcher().

0.10.16

  • Add a requirements pin to urllib3. This helps prevent broken install states where cookie usage fails.

0.10.15

... (truncated)

Commits

Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [responses](https://github.com/getsentry/responses) from 0.10.5 to 0.13.2.
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.10.5...0.13.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 29, 2021
@dependabot-preview
Copy link
Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview
Copy link
Author

Superseded by #397.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/travis/responses-0.13.2 branch April 28, 2021 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant