From 7b8c489895bad733e9aaa6e073b62f5bccfc3313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:48:07 +0000 Subject: [PATCH] build(deps): bump redis from 4.4.2 to 4.5.1 in /backend Bumps [redis](https://github.com/redis/redis-py) from 4.4.2 to 4.5.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/v4.4.2...v4.5.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... 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 a419716f1..bd2227d5d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,6 +8,6 @@ google-cloud-storage==2.7.0 gunicorn==20.1.0 python-dateutil==2.8.2 pytoml==0.1.21 -redis==4.4.2 +redis==4.5.1 swagger-ui-bundle==0.0.9 zstandard==0.20.0