We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edbec1 commit cea20e2Copy full SHA for cea20e2
samples/snippets/requirements-test.txt
@@ -1,4 +1,4 @@
1
pytest===7.4.4; python_version == '3.7'
2
-pytest==8.3.2; python_version >= '3.8'
+pytest==8.3.3; python_version >= '3.8'
3
mock==5.1.0
4
backoff==2.2.1
samples/snippets/requirements.txt
@@ -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'
5
-pandas==2.2.2; python_version >= '3.9'
+pandas==2.2.3; python_version >= '3.9'
0 commit comments