Skip to content

Commit

Permalink
chore(deps): update all dependencies (#2033)
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

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
renovate-bot and gcf-owl-bot[bot] authored Oct 1, 2024
1 parent 02706e2 commit e29b987
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
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.25.0
google-cloud-bigquery==3.26.0
google-auth-oauthlib==1.2.1
12 changes: 6 additions & 6 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ cligj==0.7.2
dataclasses==0.8; python_version < '3.7'
db-dtypes==1.3.0
Fiona===1.9.6; python_version == '3.7'
Fiona==1.10.0; python_version >= '3.8'
Fiona==1.10.1; python_version >= '3.8'
geojson==3.1.0
geopandas===0.10.2; python_version == '3.7'
geopandas===0.13.2; python_version == '3.8'
geopandas==1.0.1; python_version >= '3.9'
google-api-core==2.19.2
google-auth==2.34.0
google-cloud-bigquery==3.25.0
google-api-core==2.20.0
google-auth==2.35.0
google-cloud-bigquery==3.26.0
google-cloud-bigquery-storage==2.26.0
google-cloud-core==2.4.1
google-crc32c===1.5.0; python_version < '3.9'
Expand All @@ -32,7 +32,7 @@ packaging===24.0; python_version == '3.7'
packaging==24.1; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
pandas==2.2.2; python_version >= '3.9'
pandas==2.2.3; python_version >= '3.9'
proto-plus==1.24.0
pyarrow==12.0.1; python_version == '3.7'
pyarrow==17.0.0; python_version >= '3.8'
Expand All @@ -56,4 +56,4 @@ typing-extensions===4.7.1; python_version == '3.7'
typing-extensions==4.12.2; python_version >= '3.8'
typing-inspect==0.9.0
urllib3===1.26.18; python_version == '3.7'
urllib3==2.2.2; python_version >= '3.8'
urllib3==2.2.3; python_version >= '3.8'
4 changes: 2 additions & 2 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bigquery_magics==0.3.0
bigquery_magics==0.4.0
db-dtypes==1.3.0
google.cloud.bigquery==3.25.0
google.cloud.bigquery==3.26.0
google-cloud-bigquery-storage==2.26.0
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
Expand Down
4 changes: 2 additions & 2 deletions samples/notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bigquery-magics==0.3.0
bigquery-magics==0.4.0
db-dtypes==1.3.0
google-cloud-bigquery==3.25.0
google-cloud-bigquery==3.26.0
google-cloud-bigquery-storage==2.26.0
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
Expand Down
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.25.0
google-cloud-bigquery==3.26.0

0 comments on commit e29b987

Please sign in to comment.