Skip to content

Commit 31a99e8

Browse files
authored
chore(deps): update dependency mock to v5.0.2 (GoogleCloudPlatform#9647)
1 parent 579e0cc commit 31a99e8

30 files changed

Lines changed: 30 additions & 30 deletions

File tree

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==5.0.1; python_version > '3.0'
3+
mock==5.0.2; python_version > '3.0'
44
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
pytest==7.2.2
2-
mock==5.0.1
2+
mock==5.0.2
33
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==5.0.1
2+
mock==5.0.2
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==5.0.1
2+
mock==5.0.2
33
pytest==7.0.1

bigquery/bqml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pandas==1.3.5; python_version == '3.7'
55
pandas==2.0.0; python_version > '3.7'
66
pyarrow==11.0.0
77
flaky==3.7.0
8-
mock==5.0.1
8+
mock==5.0.2
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==5.0.1
2+
mock==5.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mock==5.0.1
1+
mock==5.0.2
22
pytest==7.0.1

compute/auth/requirements-test.txt

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==5.0.1
2+
mock==5.0.2
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==5.0.1
2+
mock==5.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
backoff==1.11.1; python_version < "3.7"
22
backoff==2.2.1; python_version >= "3.7"
33
pytest==7.2.2
4-
mock==5.0.1
4+
mock==5.0.2
55
google-cloud-iam==2.12.0
66
google-api-python-client==2.83.0

0 commit comments

Comments
 (0)