From 7a9d9eb54e2c5842d8e57d5608fca952758c8cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:42:06 +0000 Subject: [PATCH] build(deps): bump redis from 5.0.8 to 5.2.0 in /server Bumps [redis](https://github.com/redis/redis-py) from 5.0.8 to 5.2.0. - [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.8...v5.2.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index e6ff966e..d7fcf341 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,6 +1,6 @@ rq==1.16.2 click==8.1.7 -redis==5.0.8 +redis==5.2.0 pyyaml==6.0.1;python_version<"3.8" pyyaml==6.0.2;python_version>="3.8" jsonschema==4.17.3;python_version<"3.8"