From ce6f6a917f6d7a0aa682582a79d090724832f023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:56:11 +0000 Subject: [PATCH] build(deps): bump redis from 5.0.5 to 5.0.7 in /backend Bumps [redis](https://github.com/redis/redis-py) from 5.0.5 to 5.0.7. - [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.5...v5.0.7) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0416dcb0c..7c2ea7bab 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,6 +8,6 @@ google-cloud-storage==2.16.0 gunicorn==22.0.0 python-dateutil==2.8.2 pytoml==0.1.21 -redis==5.0.5 +redis==5.0.7 swagger-ui-bundle==1.1.0 zstandard==0.22.0