Skip to content

Commit 4383cfe

Browse files
authored
chore(deps): update all dependencies (#1982)
1 parent ba61a8a commit 4383cfe

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-testutils==1.4.0
22
pytest===7.4.4; python_version == '3.7'
3-
pytest==8.2.2; python_version >= '3.8'
3+
pytest==8.3.2; python_version >= '3.8'
44
mock==5.1.0

‎samples/desktopapp/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-bigquery==3.25.0
2-
google-auth-oauthlib==1.2.0
2+
google-auth-oauthlib==1.2.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest===7.4.4; python_version == '3.7'
2-
pytest==8.2.2; python_version >= '3.8'
2+
pytest==8.3.2; python_version >= '3.8'
33
mock==5.1.0

‎samples/geography/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ Fiona==1.9.6
1212
geojson==3.1.0
1313
geopandas===0.10.2; python_version == '3.7'
1414
geopandas===0.13.2; python_version == '3.8'
15-
geopandas==0.14.4; python_version >= '3.9'
16-
google-api-core==2.19.0
17-
google-auth==2.30.0
15+
geopandas==1.0.1; python_version >= '3.9'
16+
google-api-core==2.19.1
17+
google-auth==2.32.0
1818
google-cloud-bigquery==3.25.0
1919
google-cloud-bigquery-storage==2.25.0
2020
google-cloud-core==2.4.1
2121
google-crc32c==1.5.0
2222
google-resumable-media==2.7.1
23-
googleapis-common-protos==1.63.1
23+
googleapis-common-protos==1.63.2
2424
grpcio===1.62.2; python_version == '3.7'
25-
grpcio==1.64.1; python_version >= '3.8'
25+
grpcio==1.65.1; python_version >= '3.8'
2626
idna==3.7
2727
munch==4.0.0
2828
mypy-extensions==1.0.0
@@ -33,7 +33,7 @@ pandas===2.0.3; python_version == '3.8'
3333
pandas==2.2.2; python_version >= '3.9'
3434
proto-plus==1.24.0
3535
pyarrow==12.0.1; python_version == '3.7'
36-
pyarrow==16.1.0; python_version >= '3.8'
36+
pyarrow==17.0.0; python_version >= '3.8'
3737
pyasn1===0.5.1; python_version == '3.7'
3838
pyasn1==0.6.0; python_version >= '3.8'
3939
pyasn1-modules===0.3.0; python_version == '3.7'
@@ -47,7 +47,7 @@ PyYAML==6.0.1
4747
requests==2.31.0; python_version == '3.7'
4848
requests==2.32.3; python_version >= '3.8'
4949
rsa==4.9
50-
Shapely==2.0.4
50+
Shapely==2.0.5
5151
six==1.16.0
5252
typing-extensions===4.7.1; python_version == '3.7'
5353
typing-extensions==4.12.2; python_version >= '3.8'

‎samples/magics/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-testutils==1.4.0
22
pytest===7.4.4; python_version == '3.7'
3-
pytest==8.2.2; python_version >= '3.8'
3+
pytest==8.3.2; python_version >= '3.8'
44
mock==5.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-testutils==1.4.0
22
pytest===7.4.4; python_version == '3.7'
3-
pytest==8.2.2; python_version >= '3.8'
3+
pytest==8.3.2; python_version >= '3.8'
44
mock==5.1.0

‎samples/notebooks/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ipython===8.0.1; python_version == '3.8'
77
ipython===8.18.1; python_version >= '3.9'
88
matplotlib===3.5.3; python_version == '3.7'
99
matplotlib===3.7.4; python_version == '3.8'
10-
matplotlib==3.9.0; python_version >= '3.9'
10+
matplotlib==3.9.1; python_version >= '3.9'
1111
pandas===1.3.5; python_version == '3.7'
1212
pandas===2.0.3; python_version == '3.8'
1313
pandas==2.2.2; python_version >= '3.9'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# samples/snippets should be runnable with no "extras"
22
google-cloud-testutils==1.4.0
33
pytest===7.4.4; python_version == '3.7'
4-
pytest==8.2.2; python_version >= '3.8'
4+
pytest==8.3.2; python_version >= '3.8'
55
mock==5.1.0

0 commit comments

Comments
 (0)