[Doppins] Upgrade dependency responses to ==0.13 #222
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
A new version was just released of
responses
, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded responses from
==0.6
to==0.12
Changelog:
Version 0.12.1
responses.urlencoded_params_matcher
andresponses.json_params_matcher
nowaccept None to match empty requests.
urllib3
versions.request.params
now allows parameters to have multiple values for the same key.Version 0.12.0
Version 0.11.0
match
parameter toadd()
.responses.urlencoded_params_matcher()
andresponses.json_params_matcher()
.Version 0.10.16
Fixes
cookie usage fails.
Version 0.10.15
assert_call_count
to improve ergonomics around ensuring a mock was called.Version 0.10.14
Version 0.10.1
text/plain; charset=utf-8
.Version 0.10.12
add_callback()
when headers are provided as a list of tuples.Version 0.10.11
Version 0.10.1
response.request
object now has aparams
attribute that contains the query string parameters from the request that was captured.add_passthru
now supportsre
pattern objects to match URLs.Version 0.10.9
add_callback()
and content-type header.Version 0.10.8
Version 0.10.7
Fixes
Version 0.10.6
test_responses.py
is no longer part of the installation targets.Version 0.10.5
Version 0.10.4
.activate
in Python 3.6+when decorated functions use parameter and/or return annotations.
Version 0.10.3
Version 0.10.2
pytest
bin stub.tox
configuration.pytest.fixture
biscuits
in py3. Insteadhttp.cookies
is being used.Version 0.10.1
Version 0.10.0
match_querystring
argument forresponses.add()
now defaults to true if the stubbed URL has a query string.