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 9ed13eb commit ff229a5Copy full SHA for ff229a5
2 files changed
samples/snippets/requirements-test.txt
@@ -1,7 +1,7 @@
1
backoff==2.2.1
2
pytest===7.4.4; python_version == '3.7'
3
-pytest==8.0.0; python_version >= '3.8'
+pytest==8.1.1; python_version >= '3.8'
4
mock==5.1.0
5
-flaky==3.7.0
6
-google-cloud-bigquery==3.17.2
7
-google-cloud-storage==2.14.0
+flaky==3.8.1
+google-cloud-bigquery==3.20.1
+google-cloud-storage==2.16.0
samples/snippets/requirements.txt
@@ -1,4 +1,4 @@
-google-cloud-pubsub==2.20.1
+google-cloud-pubsub==2.21.1
avro==1.11.3
protobuf===4.24.4; python_version == '3.7'
protobuf==4.25.2; python_version >= '3.8'
0 commit comments