Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc1af67

Browse files
authored
chore(deps): update dependency responses to v0.11.0 (GoogleCloudPlatform#4568)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [responses](https://togithub.com/getsentry/responses) | minor | `==0.10.16` -> `==0.11.0` | --- ### Release Notes <details> <summary>getsentry/responses</summary> ### [`v0.11.0`](https://togithub.com/getsentry/responses/blob/master/CHANGES#&#8203;0110) [Compare Source](https://togithub.com/getsentry/responses/compare/0.10.16...0.11.0) - Added the `match` parameter to `add()`. - Added `responses.urlencoded_params_matcher()` and `responses.json_params_matcher()`. </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#github/GoogleCloudPlatform/python-docs-samples).
1 parent af4d337 commit cc1af67

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==6.0.1
2-
responses==0.10.16
2+
responses==0.11.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==6.0.1
2-
responses==0.10.16
2+
responses==0.11.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==6.0.1
2-
responses==0.10.16
2+
responses==0.11.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==6.0.1
2-
responses==0.10.16
2+
responses==0.11.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==4.6.11; python_version < '3.0'
2-
responses==0.10.16
2+
responses==0.11.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==4.6.11; python_version < '3.0'
2-
responses==0.10.16
2+
responses==0.11.0

functions/concepts/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ flask==1.1.2
22
mock==4.0.2
33
pytest==6.0.1
44
requests==2.24.0
5-
responses==0.10.16
5+
responses==0.11.0

functions/tips/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
flask==1.1.2
22
pytest==6.0.1
33
requests==2.24.0
4-
responses==0.10.16
4+
responses==0.11.0

0 commit comments

Comments
 (0)