From d6c83a4c76dbad8277a806b820740e82dc4727be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:13:53 +0000 Subject: [PATCH] build(deps): bump redis from 5.0.4 to 5.0.8 in /server Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 to 5.0.8. - [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.4...v5.0.8) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... 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 cecfc36d..c887ab9c 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,6 +1,6 @@ rq==1.16.2 click==8.1.7 -redis==5.0.4 +redis==5.0.8 pyyaml==6.0.1 jsonschema==4.17.3;python_version<"3.8" jsonschema==4.22.0;python_version>="3.8"