Skip to content

Commit

Permalink
fix: Update google-cloud-core dependency
Browse files Browse the repository at this point in the history
This avoids implicit dependency on "six"
  • Loading branch information
vchudnov-g committed Oct 5, 2023
1 parent b7be118 commit 999699e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# NOTE: Maintainers, please do not require google-cloud-core>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
"google-cloud-core >= 1.3.0, < 3.0dev",
"google-cloud-core >= 1.4.4, < 3.0dev",
]
extras = {}

Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-cloud-core==1.3.0
google-cloud-core==1.4.4
2 changes: 1 addition & 1 deletion testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-cloud-core==1.3.0
google-cloud-core==1.4.4

0 comments on commit 999699e

Please sign in to comment.