Skip to content

Commit

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

* chore: revert version bump for environment specific pins

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
renovate-bot and parthea authored Mar 30, 2022
1 parent 212d7ec commit 65fc733
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ geojson==2.5.0
geopandas==0.10.2
google-api-core==2.7.1
google-auth==2.6.2
google-cloud-bigquery==2.34.2
google-cloud-bigquery==3.0.0
google-cloud-bigquery-storage==2.13.0
google-cloud-core==2.2.3
google-crc32c==1.3.0
Expand All @@ -24,7 +24,7 @@ libcst==0.4.1
munch==2.5.0
mypy-extensions==0.4.3
packaging==21.3
pandas==1.3.5; python_version === '3.7'
pandas===1.3.5; python_version == '3.7'
pandas==1.4.1; python_version >= '3.8'
proto-plus==1.20.3
protobuf==3.19.4
Expand Down
6 changes: 3 additions & 3 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ db-dtypes==1.0.0
google-cloud-bigquery-storage==2.13.0
google-auth-oauthlib==0.5.1
grpcio==1.44.0
ipython==7.31.1; python_version === '3.7'
ipython==8.0.1; python_version === '3.8'
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.2.0; python_version >= '3.9'
matplotlib==3.5.1
pandas==1.3.5; python_version === '3.7'
pandas===1.3.5; python_version == '3.7'
pandas==1.4.1; python_version >= '3.8'
pyarrow==7.0.0
pytz==2022.1
Expand Down
6 changes: 3 additions & 3 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ db-dtypes==1.0.0
google-cloud-bigquery-storage==2.13.0
google-auth-oauthlib==0.5.1
grpcio==1.44.0
ipython==7.31.1; python_version === '3.7'
ipython==8.0.1; python_version === '3.8'
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.2.0; python_version >= '3.9'
matplotlib==3.5.1
pandas==1.3.5; python_version === '3.7'
pandas===1.3.5; python_version == '3.7'
pandas==1.4.1; python_version >= '3.8'
pyarrow==7.0.0
pytz==2022.1
Expand Down

0 comments on commit 65fc733

Please sign in to comment.