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 Jul 5, 2023
1 parent 2752585 commit 6f95598
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.3.2
pytest==7.4.0
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.20.0
google-cloud-bigquery-storage==2.21.0
2 changes: 1 addition & 1 deletion 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.3.2
pytest==7.4.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.20.0
google-cloud-bigquery==3.11.2
google-cloud-bigquery-storage==2.21.0
google-cloud-bigquery==3.11.3
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.3.2
pytest==7.4.0
10 changes: 5 additions & 5 deletions samples/to_dataframe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
google-auth==2.20.0
google-cloud-bigquery-storage==2.20.0
google-cloud-bigquery==3.11.2
google-auth==2.21.0
google-cloud-bigquery-storage==2.21.0
google-cloud-bigquery==3.11.3
pyarrow==12.0.1
ipython===7.31.1; python_version == '3.7'
ipython===8.10.0; python_version == '3.8'
ipython==8.14.0; python_version >= '3.9'
ipywidgets==8.0.6
ipywidgets==8.0.7
pandas===1.3.5; python_version == '3.7'
pandas==2.0.2; python_version > '3.7'
pandas==2.0.3; python_version > '3.7'
tqdm==4.65.0
db-dtypes==1.1.1

0 comments on commit 6f95598

Please sign in to comment.