Skip to content

Commit

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

* add version constraint for google-crc32c

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Leah Cole <coleleah@google.com>
  • Loading branch information
3 people authored Sep 10, 2024
1 parent 3ab5e95 commit f0a4161
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
attrs==24.2.0
certifi==2024.7.4
certifi==2024.8.30
cffi===1.15.1; python_version == '3.7'
cffi==1.17.0; python_version >= '3.8'
cffi==1.17.1; python_version >= '3.8'
charset-normalizer==3.3.2
click==8.1.7
click-plugins==1.1.1
Expand All @@ -13,16 +13,17 @@ 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.1
google-api-core==2.19.2
google-auth==2.34.0
google-cloud-bigquery==3.25.0
google-cloud-bigquery-storage==2.25.0
google-cloud-bigquery-storage==2.26.0
google-cloud-core==2.4.1
google-crc32c==1.5.0
google-crc32c==1.5.0; python_version < '3.9'
google-crc32c==1.6.0; python_version >= '3.9'
google-resumable-media==2.7.2
googleapis-common-protos==1.65.0
grpcio===1.62.2; python_version == '3.7'
grpcio==1.66.0; python_version >= '3.8'
grpcio==1.66.1; python_version >= '3.8'
idna==3.8
munch==4.0.0
mypy-extensions==1.0.0
Expand Down
4 changes: 2 additions & 2 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bigquery_magics==0.1.1
bigquery_magics==0.2.0
db-dtypes==1.3.0
google.cloud.bigquery==3.25.0
google-cloud-bigquery-storage==2.25.0
google-cloud-bigquery-storage==2.26.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
4 changes: 2 additions & 2 deletions samples/notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bigquery-magics==0.1.1
bigquery-magics==0.2.0
db-dtypes==1.3.0
google-cloud-bigquery==3.25.0
google-cloud-bigquery-storage==2.25.0
google-cloud-bigquery-storage==2.26.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

0 comments on commit f0a4161

Please sign in to comment.