Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1916)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people committed May 16, 2024
1 parent ea750e0 commit 01fc0ef
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion samples/desktopapp/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-testutils==1.4.0
pytest===7.4.4; python_version == '3.7'
pytest==8.1.1; python_version >= '3.8'
pytest==8.2.0; python_version >= '3.8'
mock==5.1.0
2 changes: 1 addition & 1 deletion samples/desktopapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigquery==3.21.0
google-cloud-bigquery==3.22.0
google-auth-oauthlib==1.2.0
2 changes: 1 addition & 1 deletion samples/geography/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest===7.4.4; python_version == '3.7'
pytest==8.1.1; python_version >= '3.8'
pytest==8.2.0; python_version >= '3.8'
mock==5.1.0
13 changes: 7 additions & 6 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ Fiona==1.9.6
geojson==3.1.0
geopandas===0.10.2; python_version == '3.7'
geopandas===0.13.2; python_version == '3.8'
geopandas==0.14.3; python_version >= '3.9'
google-api-core==2.18.0
geopandas==0.14.4; python_version >= '3.9'
google-api-core==2.19.0
google-auth==2.29.0
google-cloud-bigquery==3.21.0
google-cloud-bigquery-storage==2.24.0
google-cloud-bigquery==3.22.0
google-cloud-bigquery-storage==2.25.0
google-cloud-core==2.4.1
google-crc32c==1.5.0
google-resumable-media==2.7.0
googleapis-common-protos==1.63.0
grpcio==1.62.2
grpcio==1.62.2; python_version == '3.7'
grpcio==1.63.0; python_version >= '3.8'
idna==3.7
munch==4.0.0
mypy-extensions==1.0.0
Expand All @@ -31,7 +32,7 @@ pandas===2.0.3; python_version == '3.8'
pandas==2.2.2; python_version >= '3.9'
proto-plus==1.23.0
pyarrow==12.0.1; python_version == '3.7'
pyarrow==15.0.2; python_version >= '3.8'
pyarrow==16.0.0; python_version >= '3.8'
pyasn1===0.5.1; python_version == '3.7'
pyasn1==0.6.0; python_version >= '3.8'
pyasn1-modules===0.3.0; python_version == '3.7'
Expand Down
2 changes: 1 addition & 1 deletion samples/magics/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-testutils==1.4.0
pytest===7.4.4; python_version == '3.7'
pytest==8.1.1; python_version >= '3.8'
pytest==8.2.0; python_version >= '3.8'
mock==5.1.0
4 changes: 2 additions & 2 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
db-dtypes==1.2.0
google.cloud.bigquery==3.21.0
google-cloud-bigquery-storage==2.24.0
google.cloud.bigquery==3.22.0
google-cloud-bigquery-storage==2.25.0
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython===8.18.1; python_version >= '3.9'
Expand Down
2 changes: 1 addition & 1 deletion samples/notebooks/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-testutils==1.4.0
pytest===7.4.4; python_version == '3.7'
pytest==8.1.1; python_version >= '3.8'
pytest==8.2.0; python_version >= '3.8'
mock==5.1.0
4 changes: 2 additions & 2 deletions samples/notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
db-dtypes==1.2.0
google-cloud-bigquery==3.21.0
google-cloud-bigquery-storage==2.24.0
google-cloud-bigquery==3.22.0
google-cloud-bigquery-storage==2.25.0
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython===8.18.1; python_version >= '3.9'
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# samples/snippets should be runnable with no "extras"
google-cloud-testutils==1.4.0
pytest===7.4.4; python_version == '3.7'
pytest==8.1.1; python_version >= '3.8'
pytest==8.2.0; python_version >= '3.8'
mock==5.1.0
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# samples/snippets should be runnable with no "extras"
google-cloud-bigquery==3.21.0
google-cloud-bigquery==3.22.0

0 comments on commit 01fc0ef

Please sign in to comment.