Skip to content

Commit 1216cf6

Browse files
chore(deps): update all dependencies (#843)
* chore(deps): update all dependencies * Update requirements-test.txt for Python 3.7 compatibility --------- Co-authored-by: Kevin Zheng <[email protected]>
1 parent 0fbde78 commit 1216cf6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
backoff==2.2.1
2-
pytest==7.4.4
2+
pytest==7.4.4; python_version == '3.7'
3+
pytest==8.0.0; python_version >= '3.8'

samples/snippets/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-logging==3.9.0
2-
google-cloud-bigquery==3.16.0
2+
google-cloud-bigquery==3.17.2
33
google-cloud-storage==2.14.0
4-
google-cloud-pubsub==2.19.0
4+
google-cloud-pubsub==2.19.4

0 commit comments

Comments
 (0)