Skip to content

Commit

Permalink
Merge branch 'main' into sign1351
Browse files Browse the repository at this point in the history
  • Loading branch information
cojenco authored Oct 4, 2024
2 parents 7fdcfc2 + cea20e2 commit 4193b54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest===7.4.4; python_version == '3.7'
pytest==8.3.2; python_version >= '3.8'
pytest==8.3.3; python_version >= '3.8'
mock==5.1.0
backoff==2.2.1
6 changes: 3 additions & 3 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-pubsub==2.23.0
google-cloud-storage==2.18.0
google-cloud-pubsub==2.25.1
google-cloud-storage==2.18.2
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
pandas==2.2.2; python_version >= '3.9'
pandas==2.2.3; python_version >= '3.9'

0 comments on commit 4193b54

Please sign in to comment.