Skip to content

Commit 1f55fb3

Browse files
renovate-botengelkedandhlee
authored
chore(deps): update dependency responses to v0.18.0 (GoogleCloudPlatform#7422)
* chore(deps): update dependency responses to v0.18.0 * chore(deps): pin response version for 3.6 and below * chore(deps): pin response version for 3.6 and below * chore(deps): pin response version for 3.6 and below * chore(deps): pin response version for 3.6 and below * chore(deps): pin response version for 3.6 and below * chore(deps): pin response for 3.6 and below * chore(deps): pin response for 3.6 and below Co-authored-by: Charles Engelke <engelke@google.com> Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
1 parent 5b069c5 commit 1f55fb3

File tree

6 files changed

+12
-6
lines changed

6 files changed

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

functions/concepts/requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ flask==2.0.2
22
mock==4.0.3
33
pytest==6.2.4
44
requests==2.27.1
5-
responses==0.17.0
5+
responses==0.17.0; python_version < '3.7'
6+
responses==0.18.0; python_version > '3.6'

functions/tips/requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
flask==2.0.2
22
pytest==6.2.4
33
requests==2.27.1
4-
responses==0.17.0
4+
responses==0.17.0; python_version < '3.7'
5+
responses==0.18.0; python_version > '3.6'

0 commit comments

Comments
 (0)