We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f256fc commit cbcbd65Copy full SHA for cbcbd65
samples/snippets/requirements-test.txt
@@ -1,3 +1,3 @@
1
-pytest==7.4.0
+pytest==7.4.2
2
mock==5.1.0
3
backoff==2.2.1
samples/snippets/requirements.txt
@@ -1,4 +1,4 @@
-google-cloud-pubsub==2.18.3
-google-cloud-storage==2.10.0
+google-cloud-pubsub==2.18.4
+google-cloud-storage==2.11.0
pandas===1.3.5; python_version == '3.7'
4
-pandas==2.0.3; python_version >= '3.8'
+pandas==2.1.0; python_version >= '3.8'
0 commit comments