From fed94a0cd8ea3dc2eaf47af699dd793ac6c7cec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 08:28:55 +0000 Subject: [PATCH] chore(deps): update redis requirement from ~=3.5.3 to ~=4.1.3 Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/3.5.3...v4.1.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 08a52eb..d59b114 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ graphene-django==2.15.0 graphene-federation~=0.1.0 psycopg2==2.8.6 # 18/06/2021 - fix Django Error: "database connection isn't set to UTC" pyyaml~=5.4.1 -redis~=3.5.3 +redis~=4.1.3 sentry-sdk~=0.19.5 pydantic==1.8.2