From 4b1addc8ce178b20580b9e61a0c1e4dc52606c62 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Sat, 22 May 2021 00:18:52 +0000 Subject: [PATCH 1/4] fix(deps): add packaging requirement --- setup.py | 1 + testing/constraints-3.6.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 16489eb..689716b 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", "proto-plus >= 1.4.0", + "packaging >= 14.3" "grafeas >=1.0.0, <2.0dev", ] extras = {"libcst": "libcst >= 0.2.5"} diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 0b693e2..9487c1a 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -10,3 +10,5 @@ grpc-google-iam-v1==0.12.3 proto-plus==1.4.0 libcst==0.2.5 grafeas==1.0.0 +packaging==14.3 +google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core From e433b3f819f8a601491e8c3d82371ab45b828339 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 22 May 2021 00:26:00 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 689716b..c3dbd26 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,7 @@ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", "proto-plus >= 1.4.0", - "packaging >= 14.3" - "grafeas >=1.0.0, <2.0dev", + "packaging >= 14.3" "grafeas >=1.0.0, <2.0dev", ] extras = {"libcst": "libcst >= 0.2.5"} From e3c81072ebc1df0b2b644717acbfa88ab5285c71 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 21 May 2021 18:27:40 -0600 Subject: [PATCH 3/4] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c3dbd26..7831995 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,8 @@ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", "proto-plus >= 1.4.0", - "packaging >= 14.3" "grafeas >=1.0.0, <2.0dev", + "packaging >= 14.3", + "grafeas >=1.0.0, <2.0dev", ] extras = {"libcst": "libcst >= 0.2.5"} From 04a1b0b46eae945f4453fc95a047ad2014b5d45d Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 21 May 2021 18:27:50 -0600 Subject: [PATCH 4/4] Update constraints-3.6.txt --- testing/constraints-3.6.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 9487c1a..e0d47f7 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -11,4 +11,4 @@ proto-plus==1.4.0 libcst==0.2.5 grafeas==1.0.0 packaging==14.3 -google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core +google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is transitively required through google-api-core