Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1501)
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: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 1, 2023
1 parent cd0aaa1 commit 792e300
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ docs.metadata

# Virtual environment
env/
venv/

# Test logs
coverage.xml
Expand Down
12 changes: 6 additions & 6 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ click-plugins==1.1.1
cligj==0.7.2
dataclasses==0.8; python_version < '3.7'
db-dtypes==1.0.5
Fiona==1.9.0
geojson==3.0.0
Fiona==1.9.1
geojson==3.0.1
geopandas===0.10.2; python_version == '3.7'
geopandas==0.12.2; python_version >= '3.8'
google-api-core==2.11.0
google-auth==2.16.0
google-cloud-bigquery==3.5.0
google-auth==2.16.1
google-cloud-bigquery==3.6.0
google-cloud-bigquery-storage==2.18.1
google-cloud-core==2.3.2
google-crc32c==1.5.0
google-resumable-media==2.4.1
googleapis-common-protos==1.58.0
grpcio==1.51.1
grpcio==1.51.3
idna==3.4
libcst==0.4.9
munch==2.5.0
Expand All @@ -40,6 +40,6 @@ requests==2.28.2
rsa==4.9
Shapely==2.0.1
six==1.16.0
typing-extensions==4.4.0
typing-extensions==4.5.0
typing-inspect==0.8.0
urllib3==1.26.14
8 changes: 4 additions & 4 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
db-dtypes==1.0.5
google-cloud-bigquery-storage==2.18.1
google-auth-oauthlib==1.0.0
grpcio==1.51.1
grpcio==1.51.3
ipywidgets==8.0.4
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.9.0; python_version >= '3.9'
ipython==8.10.0; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.6.3; python_version >= '3.8'
matplotlib==3.7.0; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas==1.5.3; python_version >= '3.8'
pyarrow==11.0.0
pytz==2022.7.1
typing-extensions==4.4.0
typing-extensions==4.5.0
10 changes: 5 additions & 5 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
db-dtypes==1.0.5
google-cloud-bigquery==3.5.0
google-cloud-bigquery==3.6.0
google-cloud-bigquery-storage==2.18.1
google-auth-oauthlib==1.0.0
grpcio==1.51.1
grpcio==1.51.3
ipywidgets==8.0.4
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.9.0; python_version >= '3.9'
ipython==8.10.0; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.6.3; python_version >= '3.8'
matplotlib==3.7.0; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas==1.5.3; python_version >= '3.8'
pyarrow==11.0.0
pytz==2022.7.1
typing-extensions==4.4.0
typing-extensions==4.5.0

0 comments on commit 792e300

Please sign in to comment.