Skip to content

Commit

Permalink
chore(deps): update all dependencies (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 1, 2023
1 parent 9f2ea4e commit 7ab5c3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigquery-storage==2.18.1
google-cloud-bigquery==3.5.0
google-cloud-bigquery==3.6.0
6 changes: 3 additions & 3 deletions samples/to_dataframe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
google-auth==2.16.0
google-auth==2.16.1
google-cloud-bigquery-storage==2.18.1
google-cloud-bigquery==3.5.0
google-cloud-bigquery==3.6.0
pyarrow==11.0.0
ipython===7.31.1; python_version == '3.7'
ipython===8.10.0; python_version == '3.8'
ipython==8.10.0; python_version >= '3.9'
ipython==8.11.0; python_version >= '3.9'
ipywidgets==8.0.4
pandas===1.3.5; python_version == '3.7'
pandas==1.5.3; python_version > '3.7'
Expand Down

0 comments on commit 7ab5c3b

Please sign in to comment.