8000 chore(deps): update dependency mock to v5.0.1 (#9019) · apilaskowski/python-docs-samples@7954650 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7954650

Browse files
renovate-botengelkedandhleem-strzelczyk
authored
chore(deps): update dependency mock to v5.0.1 (GoogleCloudPlatform#9019)
* chore(deps): update dependency mock to v5.0.1 * Apply suggestions from code review * fix: rollback version for oslogin use for now * fix: rollback version for now --------- Co-authored-by: Charles Engelke <engelke@google.com> Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> Co-authored-by: Maciej Strzelczyk <strzelczyk@google.com> Co-authored-by: Charles Engelke <github@engelke.com>
1 parent 82eab39 commit 7954650

File tree

33 files changed

+35
-35
lines changed

33 files changed

+35
-35
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# pin pytest to 4.6.11 for Python2.
22
pytest==4.6.11; python_version < '3.0'
3-
mock==3.0.5; python_version < '3.0'
3+
mock===3.0.5; python_version < '3.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# pin pytest to 4.6.11 for Python2.
22
pytest==4.6.11; python_version < '3.0'
3-
mock==3.0.5; python_version < '3.0'
3+
mock===3.0.5; python_version < '3.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# pin pytest to 4.6.11 for Python2.
22
pytest==4.6.11; python_version < '3.0'
3-
mock==3.0.5; python_version < '3.0'
3+
mock===3.0.5; python_version < '3.0'
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
WebTest==2.0.35; python_version < '3.0'
4-
mock==3.0.5; python_version < "3"
4+
mock===3.0.5; python_version < "3"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pin pytest to 4.6.11 for Python2.
22
pytest==4.6.11; python_version < '3.0'
33
google-api-python-client==1.12.11; python_version < '3.0'
4-
mock==3.0.5; python_version < '3.0'
4+
mock===3.0.5; python_version < '3.0'
55
WebTest==2.0.35; python_version < '3.0'
Lines changed: 2 additions & 2 deletions
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'
3-
mock==4.0.3; python_version > '3.0'
4-
mock==3.0.5; python_version < '3.0'
3+
mock==5.0.1; python_version > '3.0'
4+
mock===3.0.5; python_version < '3.0'
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'
3-
mock==3.0.5; python_version < '3.0'
3+
mock===3.0.5; python_version < '3.0'
44
WebTest==2.0.35; python_version < '3.0'

auth/api-client/requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==7.1.2
2-
mock==4.0.3
3-
backoff==2.2.1
2+
mock==5.0.1
3+
backoff==2.2.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==7.0.1
2-
mock==4.0.3
2+
mock==5.0.1

bigquery/bqml/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
flaky==3.7.0
2-
mock==4.0.3
2+
mock==5.0.1
33
pytest==7.0.1

0 commit comments

Comments
 (0)
0