From 459091b4f2b3b92a5d0383f14ff79dea3d2433ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 20:15:10 +0000 Subject: [PATCH] Bump redis from 5.0.0 to 5.0.8 in /back Bumps [redis](https://github.com/redis/redis-py) from 5.0.0 to 5.0.8. - [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/v5.0.0...v5.0.8) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/requirements.txt b/back/requirements.txt index 75b0166f..7fc43da0 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -2,7 +2,7 @@ Flask==3.0.3 gunicorn==23.0.0 paho-mqtt==1.6.1 requests==2.31.0 -redis==5.0.0 +redis==5.0.8 flask_cors==4.0.1 bcrypt==4.0.1 google-auth==2.33.0