Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update responses requirement from <0.13.0,>=0.10.1 to >=0.10.1,<0.14.0 #102

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2021

Updates the requirements on responses to permit the latest version.

Release notes

Sourced from responses's releases.

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.
Changelog

Sourced from responses's changelog.

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

  • 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.

0.10.14

  • Retag of 0.10.13

... (truncated)

Commits

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 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)

Updates the requirements on [responses](https://github.com/getsentry/responses) to permit the latest version.
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.10.1...0.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added automerge dependencies Third-party library dependencies. labels Mar 17, 2021
@codecov
Copy link

codecov bot commented Mar 17, 2021

Codecov Report

Merging #102 (a0cb3be) into master (4e4183b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #102   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files           6        6           
  Lines        1541     1541           
  Branches      151      151           
=======================================
  Hits         1528     1528           
  Misses          8        8           
  Partials        5        5           

@kodiakhq kodiakhq bot merged commit ccabe61 into master Mar 17, 2021
@kodiakhq kodiakhq bot deleted the dependabot/pip/responses-gte-0.10.1-and-lt-0.14.0 branch March 17, 2021 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Third-party library dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants