Skip to content

Commit 31741e6

Browse files
authored
fix(deps): Remove dependency on package "six" (#226)
1 parent 08ff529 commit 31741e6

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

packages/google-cloud-dns/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# NOTE: Maintainers, please do not require google-cloud-core>=2.x.x
3333
# Until this issue is closed
3434
# https://github.com/googleapis/google-cloud-python/issues/10566
35-
"google-cloud-core >= 1.3.0, < 3.0dev",
35+
"google-cloud-core >= 1.4.4, < 3.0dev",
3636
]
3737
extras = {}
3838

packages/google-cloud-dns/testing/constraints-2.7.txt

Whitespace-only changes.

packages/google-cloud-dns/testing/constraints-3.6.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/google-cloud-dns/testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
#
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
8-
google-cloud-core==1.3.0
8+
google-cloud-core==1.4.4

0 commit comments

Comments
 (0)