From 6d96ab037f776aed78b363cc051c1499397b7b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 06:14:42 +0000 Subject: [PATCH] Update google-cloud-pubsub requirement from ~=2.2.0 to >=2.2,<2.4 Updates the requirements on [google-cloud-pubsub](https://github.com/googleapis/python-pubsub) to permit the latest version. - [Release notes](https://github.com/googleapis/python-pubsub/releases) - [Changelog](https://github.com/googleapis/python-pubsub/blob/master/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-pubsub/compare/v2.2.0...v2.3.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4baa005e8..b5965df5e 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ def run_tests(self): ], extras_require={ "arctic": ["arctic"], - "gcp_pubsub": ["google_cloud_pubsub~=2.2.0", "gcloud_aio_pubsub"], + "gcp_pubsub": ["google_cloud_pubsub>=2.2,<2.4", "gcloud_aio_pubsub"], "kafka": ["aiokafka>=0.7.0"], "mongo": ["motor"], "postgres": ["asyncpg"],