From fa3a25c93bd6dc82333deb504f375176ab393785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 19:57:34 +0000 Subject: [PATCH] Bump redis from 4.5.4 to 4.6.0 Bumps [redis](https://github.com/redis/redis-py) from 4.5.4 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.4...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 597a304..1bbe83c 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.6.0 bcrypt --no-binary bcrypt==3.1.7 psycopg2 --no-binary psycopg2==2.8.3 pycryptodomex==3.17