From f1b9b6e93b6023cc0e00b6cfefe90ea6ed45212b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:43:31 +0000 Subject: [PATCH] build(deps): bump redis from 5.0.8 to 5.1.0 in /server Bumps [redis](https://github.com/redis/redis-py) from 5.0.8 to 5.1.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.1.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 808d9272..57922e09 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.1.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"