From 2b02688ff4b9651554ba350aa3526baaeacdf975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:21:16 +0000 Subject: [PATCH] build(deps): bump redis from 5.0.4 to 5.0.5 in /backend Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 to 5.0.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/v5.0.4...v5.0.5) --- 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 53e1f865c..0416dcb0c 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.4 +redis==5.0.5 swagger-ui-bundle==1.1.0 zstandard==0.22.0