Skip to content

Commit c7ce230

Browse files
chore(deps): update dependency responses to v0.20.0 (GoogleCloudPlatform#7764)
* chore(deps): update dependency responses to v0.20.0 * Apply suggestions from code review Co-authored-by: Leah E. Cole <[email protected]>
1 parent 242badd commit c7ce230

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==7.0.1
22
responses==0.17.0; python_version < '3.7'
3-
responses==0.18.0; python_version > '3.6'
3+
responses==0.20.0; python_version > '3.6'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==7.0.1
22
responses==0.17.0; python_version < '3.7'
3-
responses==0.18.0; python_version > '3.6'
3+
responses==0.20.0; python_version > '3.6'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# pin pytest to 4.6.11 for Python2.
22
pytest==4.6.11; python_version < '3.0'
33
responses==0.17.0; python_version < '3.7'
4-
responses==0.18.0; python_version > '3.6'
4+
responses==0.20.0; python_version > '3.6'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# pin pytest to 4.6.11 for Python2.
22
pytest==4.6.11; python_version < '3.0'
33
responses==0.17.0; python_version < '3.7'
4-
responses==0.18.0; python_version > '3.6'
4+
responses==0.20.0; python_version > '3.6'

functions/concepts/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ mock==4.0.3
33
pytest==7.0.1
44
requests==2.27.1
55
responses==0.17.0; python_version < '3.7'
6-
responses==0.18.0; python_version > '3.6'
6+
responses==0.20.0; python_version > '3.6'

functions/tips/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ flask==2.1.0
22
pytest==7.0.1
33
requests==2.27.1
44
responses==0.17.0; python_version < '3.7'
5-
responses==0.18.0; python_version > '3.6'
5+
responses==0.20.0; python_version > '3.6'

0 commit comments

Comments
 (0)