From 3ae085ef2168575ba672af9b801097506ab22393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:08:52 +0000 Subject: [PATCH] build(deps): bump redis from 5.0.1 to 5.0.4 in /backend Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 5.0.4. - [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.1...v5.0.4) --- 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 c64f45124..0f83d9fd7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,6 +8,6 @@ google-cloud-storage==2.14.0 gunicorn==22.0.0 python-dateutil==2.8.2 pytoml==0.1.21 -redis==5.0.1 +redis==5.0.4 swagger-ui-bundle==1.1.0 zstandard==0.22.0