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 2a46c0b commit 3b5e431Copy full SHA for 3b5e431
samples/snippets/requirements-test.txt
@@ -1,4 +1,4 @@
1
pytest===7.4.4; python_version == '3.7'
2
-pytest==8.3.5; python_version >= '3.8'
+pytest==8.4.0; python_version >= '3.8'
3
mock==5.2.0
4
backoff==2.2.1
samples/snippets/requirements.txt
@@ -1,8 +1,8 @@
-google-cloud-pubsub==2.29.0
+google-cloud-pubsub==2.30.0
google-cloud-storage==3.1.0
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
5
-pandas==2.2.3; python_version >= '3.9'
+pandas==2.3.0; python_version >= '3.9'
6
opentelemetry-exporter-gcp-trace
7
opentelemetry-propagator-gcp
8
opentelemetry-instrumentation-requests
0 commit comments