Skip to content

Commit 63d7737

Browse files
authored
chore(deps): update all dependencies (#2300)
1 parent 8bbd3d0 commit 63d7737

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==3.37.0
1+
google-cloud-bigquery==3.38.0
22
google-auth-oauthlib==1.2.2

samples/geography/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ certifi==2025.8.3
33
cffi==2.0.0
44
charset-normalizer==3.4.3
55
click===8.1.8; python_version == '3.9'
6-
click==8.2.1; python_version >= '3.10'
6+
click==8.3.0; python_version >= '3.10'
77
click-plugins==1.1.1.2
88
cligj==0.7.2
99
db-dtypes==1.4.3
@@ -12,32 +12,32 @@ geojson==3.2.0
1212
geopandas===1.0.1; python_version <= '3.9'
1313
geopandas==1.1.1; python_version >= '3.10'
1414
google-api-core==2.25.1
15-
google-auth==2.40.3
16-
google-cloud-bigquery==3.37.0
15+
google-auth==2.41.0
16+
google-cloud-bigquery==3.38.0
1717
google-cloud-bigquery-storage==2.33.1
1818
google-cloud-core==2.4.3
1919
google-crc32c==1.7.1
2020
google-resumable-media==2.7.2
2121
googleapis-common-protos==1.70.0
22-
grpcio==1.74.0
22+
grpcio==1.75.1
2323
idna==3.10
2424
munch==4.0.0
2525
mypy-extensions==1.1.0
2626
packaging==25.0
27-
pandas==2.3.2
27+
pandas==2.3.3
2828
proto-plus==1.26.1
2929
pyarrow==21.0.0
3030
pyasn1==0.6.1
3131
pyasn1-modules==0.4.2
3232
pycparser==2.23
33-
pyparsing==3.2.4
33+
pyparsing==3.2.5
3434
python-dateutil==2.9.0.post0
3535
pytz==2025.2
36-
PyYAML==6.0.2
36+
PyYAML==6.0.3
3737
requests==2.32.5
3838
rsa==4.9.1
3939
Shapely===2.0.7; python_version == '3.9'
40-
Shapely==2.1.1; python_version >= '3.10'
40+
Shapely==2.1.2; python_version >= '3.10'
4141
six==1.17.0
4242
typing-extensions==4.15.0
4343
typing-inspect==0.9.0

samples/magics/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bigquery_magics==0.10.3
22
db-dtypes==1.4.3
3-
google.cloud.bigquery==3.37.0
3+
google.cloud.bigquery==3.38.0
44
google-cloud-bigquery-storage==2.33.1
55
ipython===8.18.1
6-
pandas==2.3.2
6+
pandas==2.3.3

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
3-
google-cloud-bigquery==3.37.0
3+
google-cloud-bigquery==3.38.0
44
google-cloud-bigquery-storage==2.33.1
55
ipython===8.18.1; python_version == '3.9'
6-
ipython==9.5.0; python_version >= '3.10'
6+
ipython==9.6.0; python_version >= '3.10'
77
matplotlib===3.9.2; python_version == '3.9'
88
matplotlib==3.10.6; python_version >= '3.10'
9-
pandas==2.3.2
9+
pandas==2.3.3

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# samples/snippets should be runnable with no "extras"
2-
google-cloud-bigquery==3.37.0
2+
google-cloud-bigquery==3.38.0

0 commit comments

Comments
 (0)