From edffbf41fd6ff7f9576408167b84661bdf817545 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 14 May 2021 18:01:57 -0600 Subject: [PATCH 1/5] fix(deps): add packaging requirement --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d73c3d4d..32994b0e 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ "google-api-core[grpc] >= 1.21.2, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", "proto-plus >= 1.4.0", + "packaging >= 14.3" "libcst >= 0.2.5", ] extras = {} From 761ef5fbf1d75fd921b03b2af5b34b1788ca305b Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 14 May 2021 18:01:58 -0600 Subject: [PATCH 2/5] fix(deps): add packaging requirement --- 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 399fa9e8..d8cff168 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -8,4 +8,4 @@ google-api-core==1.26.3 grpc-google-iam-v1==0.12.3 proto-plus==1.4.0 -libcst==0.2.5 \ No newline at end of file +libcst==0.2.5packaging==14.3 From e4bdd5a7ce52755abb05781fa5ca2278e6336eca Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 15 May 2021 00:02:45 +0000 Subject: [PATCH 3/5] =?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 32994b0e..19c6b2fa 100644 --- a/setup.py +++ b/setup.py @@ -32,8 +32,7 @@ "google-api-core[grpc] >= 1.21.2, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", "proto-plus >= 1.4.0", - "packaging >= 14.3" - "libcst >= 0.2.5", + "packaging >= 14.3" "libcst >= 0.2.5", ] extras = {} From 7e71d7fffffc34977dbe15b0947a25134412e7ed Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 14 May 2021 18:36:54 -0600 Subject: [PATCH 4/5] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 19c6b2fa..19afb1ca 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,8 @@ "google-api-core[grpc] >= 1.21.2, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", "proto-plus >= 1.4.0", - "packaging >= 14.3" "libcst >= 0.2.5", + "packaging >= 14.3", + "libcst >= 0.2.5", ] extras = {} From e19f928252b6dab77304aa75c82fb32952101977 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 14 May 2021 18:37:02 -0600 Subject: [PATCH 5/5] Update constraints-3.6.txt --- testing/constraints-3.6.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index d8cff168..32665453 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -8,4 +8,5 @@ google-api-core==1.26.3 grpc-google-iam-v1==0.12.3 proto-plus==1.4.0 -libcst==0.2.5packaging==14.3 +libcst==0.2.5 +packaging==14.3