Skip to content

Commit 73f8d29

Browse files
authored
chore(deps): update dependency responses to v0.10.12 (GoogleCloudPlatform#3196)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [responses](https://togithub.com/getsentry/responses) | patch | `==0.10.6` -> `==0.10.12` | --- ### Release Notes <details> <summary>getsentry/responses</summary> ### [`v0.10.12`](https://togithub.com/getsentry/responses/blob/master/CHANGES#&#8203;01012) [Compare Source](https://togithub.com/getsentry/responses/compare/0.10.11...0.10.12) - Fixed incorrect content-type in `add_callback()` when headers are provided as a list of tuples. ### [`v0.10.11`](https://togithub.com/getsentry/responses/blob/master/CHANGES#&#8203;01011) [Compare Source](https://togithub.com/getsentry/responses/compare/0.10.9...0.10.11) - Fixed invalid README formatted. - Fixed string formatting in error message. ### [`v0.10.9`](https://togithub.com/getsentry/responses/blob/master/CHANGES#&#8203;0109) [Compare Source](https://togithub.com/getsentry/responses/compare/0.10.8...0.10.9) - Fixed regression with `add_callback()` and content-type header. - Fixed implicit dependency on urllib3>1.23.0 ### [`v0.10.8`](https://togithub.com/getsentry/responses/blob/master/CHANGES#&#8203;0108) [Compare Source](https://togithub.com/getsentry/responses/compare/0.10.7...0.10.8) - Fixed cookie parsing and enabled multiple cookies to be set by using a list of tuple values. ### [`v0.10.7`](https://togithub.com/getsentry/responses/blob/master/CHANGES#&#8203;0107) [Compare Source](https://togithub.com/getsentry/responses/compare/0.10.6...0.10.7) - Added pypi badges to README. - Fixed formatting issues in README. - Quoted cookie values are returned correctly now. - Improved compatibility for pytest 5 - Module level method names are no longer generated dynamically improving IDE navigation. </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
1 parent e56418c commit 73f8d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pytest-cov==2.8.1
88
pytest==5.3.2; python_version > "3.0"
99
pytest==4.6.9; python_version < "3.0"
1010
pyyaml==5.3.1
11-
responses==0.10.6
11+
responses==0.10.12
1212
WebTest==2.0.34
1313
webapp2==2.5.2
1414
google-api-python-client==1.7.11

0 commit comments

Comments
 (0)