Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 6ae612f

Browse files
committed
fix(deps): update all dependencies
1 parent 7ec2848 commit 6ae612f

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ipywidgets = ["ipywidgets >= 7.7.1", "ipykernel >= 6.2.0"]
8383
geopandas = ["geopandas >= 0.9.0, < 2.0.0", "Shapely >= 1.8.4, < 3.0.0"]
8484
ipython = ["ipython >= 7.23.1", "bigquery-magics >= 0.6.0"]
8585
matplotlib = [
86-
"matplotlib >= 3.7.1, <= 3.9.2; python_version == '3.9'",
86+
"matplotlib >=3.10.3, <=3.10.3; python_version == '3.9'",
8787
"matplotlib >= 3.10.3; python_version >= '3.10'",
8888
]
8989
tqdm = ["tqdm >= 4.23.4, < 5.0.0"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-testutils==1.6.2
1+
google-cloud-testutils==1.6.3
22
pytest==8.3.5
33
mock==5.2.0
44
pytest-xdist==3.6.1

samples/geography/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ PyYAML==6.0.2
3636
requests==2.32.3
3737
rsa==4.9.1
3838
Shapely===2.0.7; python_version == '3.9'
39-
Shapely==2.1.0; python_version >= '3.10'
39+
Shapely==2.1.1; python_version >= '3.10'
4040
six==1.17.0
4141
typing-extensions==4.13.2
4242
typing-inspect==0.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-testutils==1.6.2
1+
google-cloud-testutils==1.6.3
22
pytest==8.3.5
33
mock==5.2.0
44
pytest-xdist==3.6.1

samples/magics/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bigquery_magics==0.9.0
1+
bigquery_magics==0.10.0
22
db-dtypes==1.4.3
33
google.cloud.bigquery==3.32.0
44
google-cloud-bigquery-storage==2.31.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-testutils==1.6.2
1+
google-cloud-testutils==1.6.3
22
pytest==8.3.5
33
mock==5.2.0
44
pytest-xdist==3.6.1

samples/notebooks/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bigquery-magics==0.9.0
1+
bigquery-magics==0.10.0
22
db-dtypes==1.4.3
33
google-cloud-bigquery==3.32.0
44
google-cloud-bigquery-storage==2.31.0
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"
2-
google-cloud-testutils==1.6.2
2+
google-cloud-testutils==1.6.3
33
pytest==8.3.5
44
mock==5.2.0
55
pytest-xdist==3.6.1

0 commit comments

Comments
 (0)