Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
fix(deps): require google-cloud-source-context 1.0.0 (#35)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency google-cloud-source-context to v1

* fix(deps): require google-cloud-source-context 1.0.0

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
renovate-bot and parthea committed Oct 7, 2021
1 parent 34c4f20 commit 1db551b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@
"google-api-core[grpc] >= 1.26.0, <3.0.0dev",
"proto-plus >= 1.15.0",
"packaging >= 14.3",
"google-cloud-source-context >= 0.1.0, < 1.0.0dev",
"google-cloud-source-context >= 1.0.0",
]

package_root = os.path.abspath(os.path.dirname(__file__))
Expand Down
4 changes: 2 additions & 2 deletions testing/constraints-3.6.txt
Expand Up @@ -7,5 +7,5 @@
google-api-core==1.26.0
proto-plus==1.15.0
packaging==14.3
google-cloud-source-context==0.1.0
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core
google-cloud-source-context==1.0.0
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core

0 comments on commit 1db551b

Please sign in to comment.