Skip to content

Commit 01fc0ef

Browse files
renovate-botgcf-owl-bot[bot]chalmerlowe
authored
chore(deps): update all dependencies (#1916)
* chore(deps): update all dependencies * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update samples/geography/requirements.txt --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Chalmer Lowe <[email protected]>
1 parent ea750e0 commit 01fc0ef

File tree

10 files changed

+18
-17
lines changed

10 files changed

+18
-17
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.4.0
22
pytest===7.4.4; python_version == '3.7'
3-
pytest==8.1.1; python_version >= '3.8'
3+
pytest==8.2.0; python_version >= '3.8'
44
mock==5.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==3.21.0
1+
google-cloud-bigquery==3.22.0
22
google-auth-oauthlib==1.2.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest===7.4.4; python_version == '3.7'
2-
pytest==8.1.1; python_version >= '3.8'
2+
pytest==8.2.0; python_version >= '3.8'
33
mock==5.1.0

β€Žsamples/geography/requirements.txtβ€Ž

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ Fiona==1.9.6
1212
geojson==3.1.0
1313
geopandas===0.10.2; python_version == '3.7'
1414
geopandas===0.13.2; python_version == '3.8'
15-
geopandas==0.14.3; python_version >= '3.9'
16-
google-api-core==2.18.0
15+
geopandas==0.14.4; python_version >= '3.9'
16+
google-api-core==2.19.0
1717
google-auth==2.29.0
18-
google-cloud-bigquery==3.21.0
19-
google-cloud-bigquery-storage==2.24.0
18+
google-cloud-bigquery==3.22.0
19+
google-cloud-bigquery-storage==2.25.0
2020
google-cloud-core==2.4.1
2121
google-crc32c==1.5.0
2222
google-resumable-media==2.7.0
2323
googleapis-common-protos==1.63.0
24-
grpcio==1.62.2
24+
grpcio==1.62.2; python_version == '3.7'
25+
grpcio==1.63.0; python_version >= '3.8'
2526
idna==3.7
2627
munch==4.0.0
2728
mypy-extensions==1.0.0
@@ -31,7 +32,7 @@ pandas===2.0.3; python_version == '3.8'
3132
pandas==2.2.2; python_version >= '3.9'
3233
proto-plus==1.23.0
3334
pyarrow==12.0.1; python_version == '3.7'
34-
pyarrow==15.0.2; python_version >= '3.8'
35+
pyarrow==16.0.0; python_version >= '3.8'
3536
pyasn1===0.5.1; python_version == '3.7'
3637
pyasn1==0.6.0; python_version >= '3.8'
3738
pyasn1-modules===0.3.0; python_version == '3.7'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-testutils==1.4.0
22
pytest===7.4.4; python_version == '3.7'
3-
pytest==8.1.1; python_version >= '3.8'
3+
pytest==8.2.0; python_version >= '3.8'
44
mock==5.1.0

β€Žsamples/magics/requirements.txtβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
db-dtypes==1.2.0
2-
google.cloud.bigquery==3.21.0
3-
google-cloud-bigquery-storage==2.24.0
2+
google.cloud.bigquery==3.22.0
3+
google-cloud-bigquery-storage==2.25.0
44
ipython===7.31.1; python_version == '3.7'
55
ipython===8.0.1; python_version == '3.8'
66
ipython===8.18.1; python_version >= '3.9'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-testutils==1.4.0
22
pytest===7.4.4; python_version == '3.7'
3-
pytest==8.1.1; python_version >= '3.8'
3+
pytest==8.2.0; python_version >= '3.8'
44
mock==5.1.0

β€Žsamples/notebooks/requirements.txtβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
db-dtypes==1.2.0
2-
google-cloud-bigquery==3.21.0
3-
google-cloud-bigquery-storage==2.24.0
2+
google-cloud-bigquery==3.22.0
3+
google-cloud-bigquery-storage==2.25.0
44
ipython===7.31.1; python_version == '3.7'
55
ipython===8.0.1; python_version == '3.8'
66
ipython===8.18.1; 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.4.0
33
pytest===7.4.4; python_version == '3.7'
4-
pytest==8.1.1; python_version >= '3.8'
4+
pytest==8.2.0; python_version >= '3.8'
55
mock==5.1.0
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.21.0
2+
google-cloud-bigquery==3.22.0

0 commit comments

Comments
Β (0)