[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.6to==0.12Changelog:
Version 0.12.1
responses.urlencoded_params_matcherandresponses.json_params_matchernowaccept None to match empty requests.
urllib3versions.request.paramsnow allows parameters to have multiple values for the same key.Version 0.12.0
Version 0.11.0
matchparameter toadd().responses.urlencoded_params_matcher()andresponses.json_params_matcher().Version 0.10.16
Fixes
cookie usage fails.
Version 0.10.15
assert_call_countto 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.requestobject now has aparamsattribute that contains the query string parameters from the request that was captured.add_passthrunow supportsrepattern 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.pyis no longer part of the installation targets.Version 0.10.5
Version 0.10.4
.activatein Python 3.6+when decorated functions use parameter and/or return annotations.
Version 0.10.3
Version 0.10.2
pytestbin stub.toxconfiguration.pytest.fixturebiscuitsin py3. Insteadhttp.cookiesis being used.Version 0.10.1
Version 0.10.0
match_querystringargument forresponses.add()now defaults to true if the stubbed URL has a query string.