Skip to content

Commit c9aba64

Browse files
authored
chore(deps): update all dependencies (#2275)
1 parent 7b1b718 commit c9aba64

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-testutils==1.6.4
2-
pytest==8.4.1
2+
pytest==8.4.2
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 @@
1-
google-cloud-bigquery==3.36.0
1+
google-cloud-bigquery==3.37.0
22
google-auth-oauthlib==1.2.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==8.4.1
1+
pytest==8.4.2
22
mock==5.2.0
33
pytest-xdist==3.8.0

samples/geography/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
attrs==25.3.0
22
certifi==2025.8.3
3-
cffi==1.17.1
3+
cffi==2.0.0
44
charset-normalizer==3.4.3
55
click===8.1.8; python_version == '3.9'
66
click==8.2.1; python_version >= '3.10'
@@ -13,8 +13,8 @@ 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.36.0
17-
google-cloud-bigquery-storage==2.32.0
16+
google-cloud-bigquery==3.37.0
17+
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
@@ -29,8 +29,8 @@ proto-plus==1.26.1
2929
pyarrow==21.0.0
3030
pyasn1==0.6.1
3131
pyasn1-modules==0.4.2
32-
pycparser==2.22
33-
pyparsing==3.2.3
32+
pycparser==2.23
33+
pyparsing==3.2.4
3434
python-dateutil==2.9.0.post0
3535
pytz==2025.2
3636
PyYAML==6.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-testutils==1.6.4
2-
pytest==8.4.1
2+
pytest==8.4.2
33
mock==5.2.0
44
pytest-xdist==3.8.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.36.0
4-
google-cloud-bigquery-storage==2.32.0
3+
google.cloud.bigquery==3.37.0
4+
google-cloud-bigquery-storage==2.33.1
55
ipython===8.18.1
66
pandas==2.3.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-testutils==1.6.4
2-
pytest==8.4.1
2+
pytest==8.4.2
33
mock==5.2.0
44
pytest-xdist==3.8.0

samples/notebooks/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bigquery-magics==0.10.3
22
db-dtypes==1.4.3
3-
google-cloud-bigquery==3.36.0
4-
google-cloud-bigquery-storage==2.32.0
3+
google-cloud-bigquery==3.37.0
4+
google-cloud-bigquery-storage==2.33.1
55
ipython===8.18.1; python_version == '3.9'
66
ipython==9.5.0; python_version >= '3.10'
77
matplotlib===3.9.2; python_version == '3.9'
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"
22
google-cloud-testutils==1.6.4
3-
pytest==8.4.1
3+
pytest==8.4.2
44
mock==5.2.0
55
pytest-xdist==3.8.0

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.36.0
2+
google-cloud-bigquery==3.37.0

0 commit comments

Comments
 (0)