Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 1, 2023
1 parent 792e300 commit 75337ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ geopandas==0.12.2; python_version >= '3.8'
google-api-core==2.11.0
google-auth==2.16.1
google-cloud-bigquery==3.6.0
google-cloud-bigquery-storage==2.18.1
google-cloud-bigquery-storage==2.19.0
google-cloud-core==2.3.2
google-crc32c==1.5.0
google-resumable-media==2.4.1
Expand Down
4 changes: 2 additions & 2 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
db-dtypes==1.0.5
google-cloud-bigquery-storage==2.18.1
google-cloud-bigquery-storage==2.19.0
google-auth-oauthlib==1.0.0
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.10.0; python_version >= '3.9'
ipython==8.11.0; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.7.0; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
Expand Down
4 changes: 2 additions & 2 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
db-dtypes==1.0.5
google-cloud-bigquery==3.6.0
google-cloud-bigquery-storage==2.18.1
google-cloud-bigquery-storage==2.19.0
google-auth-oauthlib==1.0.0
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.10.0; python_version >= '3.9'
ipython==8.11.0; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.7.0; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
Expand Down

0 comments on commit 75337ee

Please sign in to comment.