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 #5680

Merged
merged 2 commits into from
Mar 18, 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)

@dependabot dependabot bot added automerge dependencies Third-party library dependencies. labels Mar 17, 2021
@kodiakhq kodiakhq bot removed the automerge label Mar 17, 2021
@kodiakhq
Copy link
Contributor

kodiakhq bot commented Mar 17, 2021

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

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 force-pushed the dependabot/pip/responses-gte-0.10.1-and-lt-0.14.0 branch from 24f6221 to 6a65afc Compare March 17, 2021 07:37
@codecov
Copy link

codecov bot commented Mar 17, 2021

Codecov Report

Merging #5680 (6a65afc) into master (ca5831e) will increase coverage by 0.02%.
The diff coverage is n/a.

❗ Current head 6a65afc differs from pull request most recent head 2b3c8f2. Consider uploading reports for the commit 2b3c8f2 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5680      +/-   ##
==========================================
+ Coverage   91.64%   91.67%   +0.02%     
==========================================
  Files         598      598              
  Lines       45191    45115      -76     
  Branches     4953     4929      -24     
==========================================
- Hits        41417    41357      -60     
+ Misses       2525     2517       -8     
+ Partials     1249     1241       -8     
Impacted Files Coverage Δ
weblate/trans/util.py 82.65% <0.00%> (-1.16%) ⬇️
weblate/trans/views/edit.py 77.72% <0.00%> (-0.74%) ⬇️
weblate/trans/models/translation.py 89.67% <0.00%> (-0.54%) ⬇️
weblate/trans/models/unit.py 89.53% <0.00%> (-0.12%) ⬇️
weblate/checks/consistency.py 89.32% <0.00%> (-0.11%) ⬇️
weblate/trans/tests/test_selenium.py 96.43% <0.00%> (-0.01%) ⬇️
weblate/checks/data.py 100.00% <0.00%> (ø)
weblate/addons/tasks.py 91.07% <0.00%> (ø)
weblate/trans/models/_conf.py 100.00% <0.00%> (ø)
weblate/trans/tests/test_edit.py 100.00% <0.00%> (ø)
... and 7 more

@nijel
Copy link
Member

nijel commented Mar 17, 2021

@dependabot-bot rebase

@nijel nijel enabled auto-merge (rebase) March 17, 2021 19:12
@nijel
Copy link
Member

nijel commented Mar 18, 2021

@dependabot-bot recreate

@nijel nijel disabled auto-merge March 18, 2021 09:05
@nijel nijel enabled auto-merge (squash) March 18, 2021 09:06
@nijel nijel disabled auto-merge March 18, 2021 09:06
@nijel nijel merged commit 0ebcb99 into master Mar 18, 2021
@nijel nijel deleted the dependabot/pip/responses-gte-0.10.1-and-lt-0.14.0 branch March 18, 2021 09:06
@nijel nijel self-assigned this Mar 18, 2021
@nijel nijel added this to the 4.5.2 milestone Mar 18, 2021
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

1 participant