Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Apr 2, 2024
2 parents 539120b + 992f910 commit dd2972c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest==7.4.4
pytest===7.4.4; python_version == '3.7'
pytest==8.1.1; python_version >= '3.8'
mock==5.1.0
backoff==2.2.1
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.19.0
google-cloud-storage==2.14.0
google-cloud-pubsub==2.21.0
google-cloud-storage==2.16.0
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
pandas==2.1.4; python_version >= '3.9'
pandas==2.2.1; python_version >= '3.9'

0 comments on commit dd2972c

Please sign in to comment.