Skip to content

Commit

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

* Update requirements-test.txt for Python 3.7 compatibility

---------

Co-authored-by: Kevin Zheng <[email protected]>
  • Loading branch information
renovate-bot and gkevinzheng committed Feb 13, 2024
1 parent 0fbde78 commit 1216cf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
backoff==2.2.1
pytest==7.4.4
pytest==7.4.4; python_version == '3.7'
pytest==8.0.0; python_version >= '3.8'
4 changes: 2 additions & 2 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-logging==3.9.0
google-cloud-bigquery==3.16.0
google-cloud-bigquery==3.17.2
google-cloud-storage==2.14.0
google-cloud-pubsub==2.19.0
google-cloud-pubsub==2.19.4

0 comments on commit 1216cf6

Please sign in to comment.