Skip to content

Commit bb1da29

Browse files
committed
chore(deps): update all dependencies
1 parent 68e915f commit bb1da29

File tree

9 files changed

+23
-23
lines changed

9 files changed

+23
-23
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-testutils==1.6.4
2-
pytest==8.4.2
1+
google-cloud-testutils==1.7.0
2+
pytest==9.0.0
33
mock==5.2.0
44
pytest-xdist==3.8.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-bigquery==3.38.0
2-
google-auth-oauthlib==1.2.2
2+
google-auth-oauthlib==1.2.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==8.4.2
1+
pytest==9.0.0
22
mock==5.2.0
33
pytest-xdist==3.8.0

samples/geography/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
attrs==25.4.0
22
certifi==2025.10.5
33
cffi==2.0.0
4-
charset-normalizer==3.4.3
4+
charset-normalizer==3.4.4
55
click===8.1.8; python_version == '3.9'
66
click==8.3.0; python_version >= '3.10'
77
click-plugins==1.1.1.2
@@ -11,22 +11,22 @@ Fiona==1.10.1
1111
geojson==3.2.0
1212
geopandas===1.0.1; python_version <= '3.9'
1313
geopandas==1.1.1; python_version >= '3.10'
14-
google-api-core==2.25.2
15-
google-auth==2.41.1
14+
google-api-core==2.28.1
15+
google-auth==2.43.0
1616
google-cloud-bigquery==3.38.0
17-
google-cloud-bigquery-storage==2.33.1
18-
google-cloud-core==2.4.3
17+
google-cloud-bigquery-storage==2.34.0
18+
google-cloud-core==2.5.0
1919
google-crc32c==1.7.1
2020
google-resumable-media==2.7.2
21-
googleapis-common-protos==1.70.0
22-
grpcio==1.75.1
23-
idna==3.10
21+
googleapis-common-protos==1.72.0
22+
grpcio==1.76.0
23+
idna==3.11
2424
munch==4.0.0
2525
mypy-extensions==1.1.0
2626
packaging==25.0
2727
pandas==2.3.3
2828
proto-plus==1.26.1
29-
pyarrow==21.0.0
29+
pyarrow==22.0.0
3030
pyasn1==0.6.1
3131
pyasn1-modules==0.4.2
3232
pycparser==2.23
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-testutils==1.6.4
2-
pytest==8.4.2
1+
google-cloud-testutils==1.7.0
2+
pytest==9.0.0
33
mock==5.2.0
44
pytest-xdist==3.8.0

samples/magics/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bigquery_magics==0.10.3
22
db-dtypes==1.4.3
33
google.cloud.bigquery==3.38.0
4-
google-cloud-bigquery-storage==2.33.1
4+
google-cloud-bigquery-storage==2.34.0
55
ipython===8.18.1
66
pandas==2.3.3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-testutils==1.6.4
2-
pytest==8.4.2
1+
google-cloud-testutils==1.7.0
2+
pytest==9.0.0
33
mock==5.2.0
44
pytest-xdist==3.8.0

samples/notebooks/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
bigquery-magics==0.10.3
22
db-dtypes==1.4.3
33
google-cloud-bigquery==3.38.0
4-
google-cloud-bigquery-storage==2.33.1
4+
google-cloud-bigquery-storage==2.34.0
55
ipython===8.18.1; python_version == '3.9'
6-
ipython==9.6.0; python_version >= '3.10'
6+
ipython==9.7.0; python_version >= '3.10'
77
matplotlib===3.9.2; python_version == '3.9'
8-
matplotlib==3.10.6; python_version >= '3.10'
8+
matplotlib==3.10.7; python_version >= '3.10'
99
pandas==2.3.3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# samples/snippets should be runnable with no "extras"
2-
google-cloud-testutils==1.6.4
3-
pytest==8.4.2
2+
google-cloud-testutils==1.7.0
3+
pytest==9.0.0
44
mock==5.2.0
55
pytest-xdist==3.8.0

0 commit comments

Comments
 (0)