From 1c4cfdb76560f757cec9dbc56a290ee748a07ef0 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 13 Dec 2021 11:36:06 -0500 Subject: [PATCH] fix(deps): require uritemplate 3.0.1 (#1629) * fix(deps): require uritemplate 3.0.1 * revert testing/constraints-3.10.txt --- setup.py | 2 +- testing/constraints-3.6.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a311f168514..344ba624a40 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566 "google-api-core>=1.21.0,<3.0.0dev", - "uritemplate>=3.0.0,<5", + "uritemplate>=3.0.1,<5", ] package_root = os.path.abspath(os.path.dirname(__file__)) diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 0c0e7a2e53b..35fb5748093 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -9,4 +9,4 @@ httplib2==0.15.0 google-auth==1.16.0 google-auth-httplib2==0.0.3 google-api-core==1.21.0 -uritemplate==3.0.0 \ No newline at end of file +uritemplate==3.0.1 \ No newline at end of file