From 4c1a0a3f43697f5a44522c465f0779aeebe524d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 19:57:32 +0000 Subject: [PATCH] Bump redis from 4.5.4 to 4.5.5 Bumps [redis](https://github.com/redis/redis-py) from 4.5.4 to 4.5.5. - [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.4...v4.5.5) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 597a304..a9bae74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Flask-Security-Too==5.1.2 Flask-SocketIO==5.3.3 Flask-Accept==0.0.6 eventlet==0.33.3 -redis==4.5.4 +redis==4.5.5 bcrypt --no-binary bcrypt==3.1.7 psycopg2 --no-binary psycopg2==2.8.3 pycryptodomex==3.17