We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853a4e5 commit abb55d8Copy full SHA for abb55d8
logging/samples/snippets/requirements-test.txt
@@ -1,2 +1,2 @@
1
backoff==1.11.1
2
-pytest==6.2.5
+pytest==7.0.0
logging/samples/snippets/requirements.txt
@@ -1,5 +1,5 @@
-google-cloud-logging==2.7.0
+google-cloud-logging==3.0.0
google-cloud-bigquery==2.32.0
3
-google-cloud-storage==2.0.0; python_version == '3.6'
+google-cloud-storage==2.1.0; python_version == '3.6'
4
google-cloud-storage==2.1.0; python_version >= '3.7'
5
google-cloud-pubsub==2.9.0
0 commit comments