Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 4, 2023
1 parent 6bf683f commit e64f3a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion samples/quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fastavro
google-cloud-bigquery-storage==2.16.2
google-cloud-bigquery-storage==2.17.0
4 changes: 2 additions & 2 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigquery-storage==2.16.2
google-cloud-bigquery==3.3.5
google-cloud-bigquery-storage==2.17.0
google-cloud-bigquery==3.4.1
14 changes: 7 additions & 7 deletions samples/to_dataframe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
google-auth==2.13.0
google-cloud-bigquery-storage==2.16.2
google-cloud-bigquery==3.3.5
pyarrow==9.0.0
google-auth==2.15.0
google-cloud-bigquery-storage==2.17.0
google-cloud-bigquery==3.4.1
pyarrow==10.0.1
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.5.0; python_version >= '3.9'
ipython==8.8.0; python_version >= '3.9'
pandas===1.3.5; python_version == '3.7'
pandas==1.5.1; python_version > '3.7'
pandas==1.5.2; python_version > '3.7'
tqdm==4.64.1
db-dtypes==1.0.4
db-dtypes==1.0.5

0 comments on commit e64f3a5

Please sign in to comment.