From 37c325cc2fb51e3ca3dbd49608b03d949adef46d Mon Sep 17 00:00:00 2001 From: Victor Chudnovsky Date: Thu, 5 Oct 2023 14:57:13 -0700 Subject: [PATCH] fix(deps): Remove dependency on package "six" --- setup.py | 2 +- testing/constraints-2.7.txt | 0 testing/constraints-3.6.txt | 8 -------- testing/constraints-3.7.txt | 2 +- 4 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 testing/constraints-2.7.txt delete mode 100644 testing/constraints-3.6.txt diff --git a/setup.py b/setup.py index e90db46..9a90ac1 100644 --- a/setup.py +++ b/setup.py @@ -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 = {} diff --git a/testing/constraints-2.7.txt b/testing/constraints-2.7.txt deleted file mode 100644 index e69de29..0000000 diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt deleted file mode 100644 index 7bb93e6..0000000 --- a/testing/constraints-3.6.txt +++ /dev/null @@ -1,8 +0,0 @@ -# This constraints file is used to check that lower bounds -# are correct in setup.py -# List *all* library dependencies and extras in this file. -# Pin the version to the lower bound. -# -# 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 diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index 7bb93e6..327aaf2 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -5,4 +5,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