From 187539085d98830701c04197d4553a7f2273a351 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 14 May 2021 17:29:53 -0600 Subject: [PATCH 1/3] fix(deps): add packaging requirement --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1dc00641..40dd63b4 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "proto-plus >= 1.15.0", + "packaging >= 14.3" ] extras = {"libcst": "libcst >= 0.2.5"} From ae8a10cfcd57c64c1871c040b881563069b85fe3 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 14 May 2021 17:29:54 -0600 Subject: [PATCH 2/3] fix(deps): add packaging requirement --- testing/constraints-3.6.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index cc205f2a..29486a27 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -7,3 +7,4 @@ # Then this file should have foo==1.14.0 google-api-core==1.22.2 proto-plus==1.15.0 +packaging==14.3 From 2e0249bebba6cc7c7a798733cc83af138618e3c3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 14 May 2021 23:31:20 +0000 Subject: [PATCH 3/3] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40dd63b4..290ff778 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "proto-plus >= 1.15.0", - "packaging >= 14.3" + "packaging >= 14.3", ] extras = {"libcst": "libcst >= 0.2.5"}