Skip to content

Commit

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

* pin PyYAML===6.0.1 for python 3.7

* fix the version pinning

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Lingqing Gan <[email protected]>
  • Loading branch information
3 people authored Aug 16, 2024
1 parent bd83cfd commit fabb2ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
attrs==24.1.0
attrs==24.2.0
certifi==2024.7.4
cffi===1.15.1; python_version == '3.7'
cffi==1.16.0; python_version >= '3.8'
cffi==1.17.0; python_version >= '3.8'
charset-normalizer==3.3.2
click==8.1.7
click-plugins==1.1.1
cligj==0.7.2
dataclasses==0.8; python_version < '3.7'
db-dtypes==1.2.0
db-dtypes==1.3.0
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==1.0.1; python_version >= '3.9'
google-api-core==2.19.1
google-auth==2.32.0
google-auth==2.33.0
google-cloud-bigquery==3.25.0
google-cloud-bigquery-storage==2.25.0
google-cloud-core==2.4.1
google-crc32c==1.5.0
google-resumable-media==2.7.1
google-resumable-media==2.7.2
googleapis-common-protos==1.63.2
grpcio===1.62.2; python_version == '3.7'
grpcio==1.65.4; python_version >= '3.8'
Expand All @@ -43,7 +43,8 @@ pycparser==2.22; python_version >= '3.8'
pyparsing==3.1.2
python-dateutil==2.9.0.post0
pytz==2024.1
PyYAML==6.0.1
PyYAML===6.0.1; python_version == '3.7'
PyYAML==6.0.2; python_version >= '3.8'
requests==2.31.0; python_version == '3.7'
requests==2.32.3; python_version >= '3.8'
rsa==4.9
Expand Down
2 changes: 1 addition & 1 deletion samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bigquery_magics==0.1.0
db-dtypes==1.2.0
db-dtypes==1.3.0
google.cloud.bigquery==3.25.0
google-cloud-bigquery-storage==2.25.0
ipython===7.31.1; python_version == '3.7'
Expand Down
4 changes: 2 additions & 2 deletions samples/notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
bigquery-magics==0.1.0
db-dtypes==1.2.0
db-dtypes==1.3.0
google-cloud-bigquery==3.25.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'
matplotlib===3.5.3; python_version == '3.7'
matplotlib===3.7.4; python_version == '3.8'
matplotlib==3.9.1; python_version >= '3.9'
matplotlib==3.9.2; python_version >= '3.9'
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
pandas==2.2.2; python_version >= '3.9'

0 comments on commit fabb2ba

Please sign in to comment.