Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #1439

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions samples/cloud-client/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-compute==1.5.1
google-cloud-storage==2.5.0
google-auth==2.11.0
pytest==7.1.2
google-cloud-compute==1.15.0
google-cloud-storage==2.14.0
google-auth==2.25.2
pytest==7.4.3
4 changes: 3 additions & 1 deletion testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ pytest-localserver
pyu2f
requests
urllib3
cryptography < 39.0.0
# See https://github.com/googleapis/google-auth-library-python/issues/1440
cryptography < 39.0.0; python_version == '3.7'
cryptography; python_version >= '3.8'
responses
grpcio
# Async Dependencies
Expand Down