From b8370aa64215d5452ff4a8b3eef72a22dba21dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 May 2019 21:29:25 +0000 Subject: [PATCH] chore(deps): update redis requirement from <3,>=2.10.5 to >=2.10.5,<4 Updates the requirements on [redis](https://github.com/andymccurdy/redis-py) to permit the latest version. - [Release notes](https://github.com/andymccurdy/redis-py/releases) - [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES) - [Commits](https://github.com/andymccurdy/redis-py/compare/2.10.5...3.2.1) Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index d8863a27e9..beb063f11e 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -14,7 +14,7 @@ SQLAlchemy-Utils>=0.32.12,<0.33 itsdangerous>=0.24,<0.30 humanize>=0.5.1,<0.6 celery>=3.1.23,<4 -redis>=2.10.5,<3 +redis>=2.10.5,<4 apscheduler>=3.3.0,<4 pillow sendgrid>=6.0.5