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 Dec 14, 2023
1 parent 7f1cdb9 commit 9b7b61d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion samples/quickstart/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==7.4.1
pytest==7.4.3
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.22.0
google-cloud-bigquery-storage==2.24.0
4 changes: 2 additions & 2 deletions samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-testutils==1.3.3
pytest==7.4.1
google-cloud-testutils==1.4.0
pytest==7.4.3
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.22.0
google-cloud-bigquery==3.11.4
google-cloud-bigquery-storage==2.24.0
google-cloud-bigquery==3.14.1
2 changes: 1 addition & 1 deletion samples/to_dataframe/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==7.4.1
pytest==7.4.3
14 changes: 7 additions & 7 deletions samples/to_dataframe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
google-auth==2.22.0
google-cloud-bigquery-storage==2.22.0
google-cloud-bigquery==3.11.4
google-auth==2.25.2
google-cloud-bigquery-storage==2.24.0
google-cloud-bigquery==3.14.1
pyarrow==12.0.1; python_version == '3.7'
pyarrow==14.0.1; python_version >= '3.8'
ipython===7.31.1; python_version == '3.7'
ipython===8.10.0; python_version == '3.8'
ipython==8.15.0; python_version >= '3.9'
ipywidgets==8.1.0
ipython==8.18.1; python_version >= '3.9'
ipywidgets==8.1.1
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
pandas==2.1.0; python_version >= '3.9'
pandas==2.1.4; python_version >= '3.9'
tqdm==4.66.1
db-dtypes==1.1.1
db-dtypes==1.2.0

0 comments on commit 9b7b61d

Please sign in to comment.