Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 6, 2023
1 parent 0bf9546 commit 5838fd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ click==8.1.3
click-plugins==1.1.1
cligj==0.7.2
dataclasses==0.8; python_version < '3.7'
db-dtypes==1.1.0
db-dtypes==1.1.1
Fiona==1.9.2
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.17.0
google-auth==2.17.2
google-cloud-bigquery==3.9.0
google-cloud-bigquery-storage==2.19.1
google-cloud-core==2.3.2
Expand All @@ -26,7 +26,7 @@ munch==2.5.0
mypy-extensions==1.0.0
packaging==23.0
pandas===1.3.5; python_version == '3.7'
pandas==1.5.3; python_version >= '3.8'
pandas==2.0.0; python_version >= '3.8'
proto-plus==1.22.2
pyarrow==11.0.0
pyasn1==0.4.8
Expand Down
4 changes: 2 additions & 2 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
db-dtypes==1.1.0
db-dtypes==1.1.1
google-cloud-bigquery-storage==2.19.1
google-auth-oauthlib==1.0.0
grpcio==1.53.0
Expand All @@ -9,7 +9,7 @@ ipython==8.12.0; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.7.1; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas==1.5.3; python_version >= '3.8'
pandas==2.0.0; python_version >= '3.8'
pyarrow==11.0.0
pytz==2023.3
typing-extensions==4.5.0
4 changes: 2 additions & 2 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
db-dtypes==1.1.0
db-dtypes==1.1.1
google-cloud-bigquery==3.9.0
google-cloud-bigquery-storage==2.19.1
google-auth-oauthlib==1.0.0
Expand All @@ -10,7 +10,7 @@ ipython==8.12.0; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.7.1; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas==1.5.3; python_version >= '3.8'
pandas==2.0.0; python_version >= '3.8'
pyarrow==11.0.0
pytz==2023.3
typing-extensions==4.5.0

0 comments on commit 5838fd3

Please sign in to comment.