From a1451d8307f510c2573b63d8b38c0284b9da1627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:01:08 -0500 Subject: [PATCH] build(deps): bump redis from 5.2.0 to 5.2.1 in /server (#576) Bumps [redis](https://github.com/redis/redis-py) from 5.2.0 to 5.2.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/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 74821b44..ee7eafd3 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,6 +1,6 @@ rq==2.1.0 click==8.1.7 -redis==5.2.0 +redis==5.2.1 pyyaml==6.0.1;python_version<"3.8" pyyaml==6.0.2;python_version>="3.8" jsonschema==4.17.3;python_version<"3.8"