From b0ca4d6b6d3f1b7494d0c07363c67518a3302181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 18:46:20 +0000 Subject: [PATCH] Bump redis from 4.6.0 to 5.0.0 Bumps [redis](https://github.com/redis/redis-py) from 4.6.0 to 5.0.0. - [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/v4.6.0...v5.0.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b7e8357a74..808dfc5e6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ rapidfuzz==3.2.0 # Fuzzy String Matching requests==2.31.0 unidecode==1.3.6 uvicorn[standard]==0.23.2 -redis==4.6.0 +redis==5.0.0 icalendar == 5.0.7 asyncpg==0.28.0