Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1576)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* revert urllib3

---------

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
renovate-bot and parthea committed Jun 1, 2023
1 parent ff70298 commit d2b2c96
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 @@ -12,9 +12,9 @@ geojson==3.0.1
geopandas===0.10.2; python_version == '3.7'
geopandas==0.13.0; python_version >= '3.8'
google-api-core==2.11.0
google-auth==2.18.1
google-auth==2.19.0
google-cloud-bigquery==3.10.0
google-cloud-bigquery-storage==2.19.1
google-cloud-bigquery-storage==2.20.0
google-cloud-core==2.3.2
google-crc32c==1.5.0
google-resumable-media==2.5.0
Expand All @@ -26,7 +26,7 @@ munch==3.0.0
mypy-extensions==1.0.0
packaging==23.1
pandas===1.3.5; python_version == '3.7'
pandas==2.0.1; python_version >= '3.8'
pandas==2.0.2; python_version >= '3.8'
proto-plus==1.22.2
pyarrow==12.0.0
pyasn1==0.5.0
Expand Down
4 changes: 2 additions & 2 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
db-dtypes==1.1.1
google-cloud-bigquery-storage==2.19.1
google-cloud-bigquery-storage==2.20.0
google-auth-oauthlib==1.0.0
grpcio==1.54.2
ipywidgets==8.0.6
Expand All @@ -9,7 +9,7 @@ ipython==8.13.2; 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==2.0.1; python_version >= '3.8'
pandas==2.0.2; python_version >= '3.8'
pyarrow==12.0.0
pytz==2023.3
typing-extensions==4.6.2
4 changes: 2 additions & 2 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
db-dtypes==1.1.1
google-cloud-bigquery==3.10.0
google-cloud-bigquery-storage==2.19.1
google-cloud-bigquery-storage==2.20.0
google-auth-oauthlib==1.0.0
grpcio==1.54.2
ipywidgets==8.0.6
Expand All @@ -10,7 +10,7 @@ ipython==8.13.2; 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==2.0.1; python_version >= '3.8'
pandas==2.0.2; python_version >= '3.8'
pyarrow==12.0.0
pytz==2023.3
typing-extensions==4.6.2

0 comments on commit d2b2c96

Please sign in to comment.