Skip to content

Commit 150bb55

Browse files
committed
chore(deps): update all dependencies
1 parent 84fa75b commit 150bb55

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

samples/desktopapp/requirements.txt

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

samples/geography/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
attrs==25.3.0
22
certifi==2025.8.3
33
cffi==1.17.1
4-
charset-normalizer==3.4.2
4+
charset-normalizer==3.4.3
55
click===8.1.8; python_version == '3.9'
66
click==8.2.1; python_version >= '3.10'
77
click-plugins==1.1.1.2
@@ -13,7 +13,7 @@ geopandas===1.0.1; python_version <= '3.9'
1313
geopandas==1.1.1; python_version >= '3.10'
1414
google-api-core==2.25.1
1515
google-auth==2.40.3
16-
google-cloud-bigquery==3.35.1
16+
google-cloud-bigquery==3.36.0
1717
google-cloud-bigquery-storage==2.32.0
1818
google-cloud-core==2.4.3
1919
google-crc32c==1.7.1
@@ -34,7 +34,7 @@ pyparsing==3.2.3
3434
python-dateutil==2.9.0.post0
3535
pytz==2025.2
3636
PyYAML==6.0.2
37-
requests==2.32.4
37+
requests==2.32.5
3838
rsa==4.9.1
3939
Shapely===2.0.7; python_version == '3.9'
4040
Shapely==2.1.1; python_version >= '3.10'

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.2
22
db-dtypes==1.4.3
3-
google.cloud.bigquery==3.35.1
3+
google.cloud.bigquery==3.36.0
44
google-cloud-bigquery-storage==2.32.0
55
ipython===8.18.1
66
pandas==2.3.1

samples/notebooks/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.2
22
db-dtypes==1.4.3
3-
google-cloud-bigquery==3.35.1
3+
google-cloud-bigquery==3.36.0
44
google-cloud-bigquery-storage==2.32.0
55
ipython===8.18.1; python_version == '3.9'
66
ipython==9.4.0; python_version >= '3.10'

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.35.1
2+
google-cloud-bigquery==3.36.0

0 commit comments

Comments
 (0)