Skip to content

Commit

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

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
  • Loading branch information
3 people committed May 1, 2024
1 parent 27dbbc2 commit 9d55a1f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion samples/quickstart/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest===7.4.3; python_version == '3.7'
pytest==8.1.1; python_version >= '3.8'
pytest==8.1.2; python_version >= '3.8'
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-testutils==1.4.0
pytest===7.4.3; python_version == '3.7'
pytest==8.1.1; python_version >= '3.8'
pytest==8.1.2; python_version >= '3.8'
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.24.0
google-cloud-bigquery==3.20.1
google-cloud-bigquery==3.21.0
2 changes: 1 addition & 1 deletion samples/snippets/sample_data_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/to_dataframe/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest===7.4.3; python_version == '3.7'
pytest==8.1.1; python_version >= '3.8'
pytest==8.1.2; python_version >= '3.8'
6 changes: 3 additions & 3 deletions samples/to_dataframe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
google-auth==2.29.0
google-cloud-bigquery-storage==2.24.0
google-cloud-bigquery==3.20.1
google-cloud-bigquery==3.21.0
pyarrow===12.0.1; python_version == '3.7'
pyarrow==15.0.2; python_version >= '3.8'
pyarrow==16.0.0; python_version >= '3.8'
ipython===7.31.1; python_version == '3.7'
ipython===8.10.0; python_version == '3.8'
ipython===8.18.1; python_version == '3.9'
ipython==8.23.0; python_version >= '3.10'
ipython==8.24.0; python_version >= '3.10'
ipywidgets==8.1.2
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
Expand Down

0 comments on commit 9d55a1f

Please sign in to comment.