Skip to content

Commit

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

* revert

* add pins for ipython for py37 and py38

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
renovate-bot and parthea authored Mar 7, 2022
1 parent d947f1f commit 07ba231
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-bigquery-storage==2.12.0
google-cloud-bigquery==2.34.1
google-cloud-bigquery==2.34.2
protobuf==3.19.4
6 changes: 4 additions & 2 deletions samples/to_dataframe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
google-auth==2.6.0
google-cloud-bigquery-storage==2.12.0
google-cloud-bigquery==2.34.1
google-cloud-bigquery==2.34.2
pyarrow==7.0.0
ipython==7.31.1
ipython==7.31.1; python_version == '3.7'
ipython==8.0.1; python_version == '3.8'
ipython==8.1.1; python_version >= '3.9'
pandas==1.3.5; python_version == '3.7'
pandas==1.4.1; python_version > '3.7'
tqdm==4.63.0

0 comments on commit 07ba231

Please sign in to comment.