From 303e9e3d5309b2be1ca9d138e65f11e2dfe474b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 19:01:19 +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 0c4f0a0db3..10175609ce 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