We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e67c310 + 855a45a commit 91a627fCopy full SHA for 91a627f
samples/cloud-client/snippets/requirements.txt
@@ -1,7 +1,8 @@
1
-google-cloud-compute==1.5.1
2
-google-cloud-storage==3.1.0
3
-google-auth==2.41.1
4
-pytest==8.4.2
+google-cloud-compute==1.40.0
+google-cloud-storage==3.7.0
+google-auth==2.45.0
+pytest===8.4.2; python_version == '3.9'
5
+pytest==9.0.2; python_version > '3.9'
6
boto3>=1.26.0
-requests==2.32.4
7
-python-dotenv==1.1.1
+requests==2.32.5
8
+python-dotenv==1.2.1
0 commit comments