From 9b00bbfa9c37808e07a1bbece2d9630163e1aa0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:24:51 +0000 Subject: [PATCH] build(deps): bump redis from 5.0.0 to 5.0.1 in /backend Bumps [redis](https://github.com/redis/redis-py) from 5.0.0 to 5.0.1. - [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.1) --- 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 742b2bc28..33f817fcb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,6 +8,6 @@ google-cloud-storage==2.11.0 gunicorn==21.2.0 python-dateutil==2.8.2 pytoml==0.1.21 -redis==5.0.0 +redis==5.0.1 swagger-ui-bundle==0.0.9 zstandard==0.21.0