From 2dcb99962c2986591bc8aac1be12fefadeb193e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 15:02:26 +0000 Subject: [PATCH] build(deps): bump redis from 3.5.3 to 4.3.3 in /backend Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.3.3. - [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/3.5.3...v4.3.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... 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 e504f7285..a2e2123aa 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,6 +9,6 @@ google-cloud-storage==2.1.0 gunicorn==20.1.0 python-dateutil==2.8.2 pytoml==0.1.21 -redis==3.5.3 +redis==4.3.3 swagger-ui-bundle==0.0.9 zstandard==0.17.0