We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049e2ba commit 87742a9Copy full SHA for 87742a9
2 files changed
logging/samples/snippets/requirements-test.txt
@@ -1,3 +1,3 @@
1
backoff==2.2.1
2
-pytest==7.4.4; python_version == '3.7'
3
-pytest==8.0.0; python_version >= '3.8'
+pytest===7.4.4; python_version == '3.7'
+pytest==8.1.1; python_version >= '3.8'
logging/samples/snippets/requirements.txt
@@ -1,4 +1,4 @@
-google-cloud-logging==3.9.0
-google-cloud-bigquery==3.17.2
-google-cloud-storage==2.14.0
4
-google-cloud-pubsub==2.19.4
+google-cloud-logging==3.10.0
+google-cloud-bigquery==3.20.1
+google-cloud-storage==2.16.0
+google-cloud-pubsub==2.21.1
0 commit comments