Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 2, 2022
1 parent 0910458 commit 543ce3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
@@ -1,4 +1,4 @@
backoff===1.11.1; python_version < "3.7"
backoff==2.1.2; python_version >= "3.7"
pytest==7.1.2
pytest==7.1.3
flaky==3.7.0
2 changes: 1 addition & 1 deletion samples/snippets/schedule-export/requirements-test.txt
@@ -1 +1 @@
pytest==7.1.2
pytest==7.1.3
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"google-api-core[grpc] >=2.10, <3.0.0dev, !=2.0, !=2.1, !=2.2, !=2.3.0",
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
Expand Down

0 comments on commit 543ce3a

Please sign in to comment.