Skip to content

Commit 86aebfe

Browse files
committed
chore(deps): update all dependencies
1 parent 4692747 commit 86aebfe

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-testutils==1.6.0
1+
google-cloud-testutils==1.6.2
22
pytest==8.3.5
33
mock==5.2.0
44
pytest-xdist==3.6.1

samples/desktopapp/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-bigquery==3.31.0
2-
google-auth-oauthlib==1.2.1
2+
google-auth-oauthlib==1.2.2

samples/geography/requirements.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
attrs==25.3.0
2-
certifi==2025.1.31
2+
certifi==2025.4.26
33
cffi==1.17.1
4-
charset-normalizer==3.4.1
4+
charset-normalizer==3.4.2
55
click==8.1.8
66
click-plugins==1.1.1
77
cligj==0.7.2
@@ -10,21 +10,21 @@ Fiona==1.10.1
1010
geojson==3.2.0
1111
geopandas==1.0.1
1212
google-api-core==2.24.2
13-
google-auth==2.38.0
13+
google-auth==2.39.0
1414
google-cloud-bigquery==3.31.0
15-
google-cloud-bigquery-storage==2.30.0
15+
google-cloud-bigquery-storage==2.31.0
1616
google-cloud-core==2.4.3
1717
google-crc32c==1.7.1
1818
google-resumable-media==2.7.2
19-
googleapis-common-protos==1.69.2
19+
googleapis-common-protos==1.70.0
2020
grpcio==1.71.0
2121
idna==3.10
2222
munch==4.0.0
23-
mypy-extensions==1.0.0
24-
packaging==24.2
23+
mypy-extensions==1.1.0
24+
packaging==25.0
2525
pandas==2.2.3
2626
proto-plus==1.26.1
27-
pyarrow==19.0.1
27+
pyarrow==20.0.0
2828
pyasn1==0.6.1
2929
pyasn1-modules==0.4.2
3030
pycparser==2.22
@@ -33,10 +33,10 @@ python-dateutil==2.9.0.post0
3333
pytz==2025.2
3434
PyYAML==6.0.2
3535
requests==2.32.3
36-
rsa==4.9
36+
rsa==4.9.1
3737
Shapely===2.0.7; python_version == '3.9'
3838
Shapely==2.1.0; python_version >= '3.10'
3939
six==1.17.0
40-
typing-extensions==4.13.1
40+
typing-extensions==4.13.2
4141
typing-inspect==0.9.0
42-
urllib3==2.3.0
42+
urllib3==2.4.0

samples/magics/requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-testutils==1.6.0
1+
google-cloud-testutils==1.6.2
22
pytest==8.3.5
33
mock==5.2.0
44
pytest-xdist==3.6.1

samples/magics/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bigquery_magics==0.9.0
22
db-dtypes==1.4.2
33
google.cloud.bigquery==3.31.0
4-
google-cloud-bigquery-storage==2.30.0
4+
google-cloud-bigquery-storage==2.31.0
55
ipython===8.18.1
66
pandas==2.2.3
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-testutils==1.6.0
1+
google-cloud-testutils==1.6.2
22
pytest==8.3.5
33
mock==5.2.0
44
pytest-xdist==3.6.1

samples/notebooks/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
bigquery-magics==0.9.0
22
db-dtypes==1.4.2
33
google-cloud-bigquery==3.31.0
4-
google-cloud-bigquery-storage==2.30.0
4+
google-cloud-bigquery-storage==2.31.0
55
ipython===8.18.1; python_version == '3.9'
6-
ipython==9.0.2; python_version >= '3.10'
6+
ipython==9.2.0; python_version >= '3.10'
77
matplotlib===3.9.2; python_version == '3.9'
88
matplotlib==3.10.1; python_version >= '3.10'
99
pandas==2.2.3
+1-1
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.0
2+
google-cloud-testutils==1.6.2
33
pytest==8.3.5
44
mock==5.2.0
55
pytest-xdist==3.6.1

0 commit comments

Comments
 (0)