From ed5654216ca24cb66d7104024cdbcef830612ef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 01:22:57 +0000 Subject: [PATCH] Bump redis from 4.5.1 to 4.6.0 Bumps [redis](https://github.com/redis/redis-py) from 4.5.1 to 4.6.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.5.1...v4.6.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9852cb3..48ce5f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ python-dateutil==2.8.2 python-socketio==4.6.1 psycopg2==2.9.5 pytz==2023.3 -redis==4.5.1 +redis==4.6.0 uvicorn==0.20.0