From e9081900b6dd9605421e8824e1793cf5c72209fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 01:41:14 +0000 Subject: [PATCH] build(deps): bump redis from 5.0.3 to 5.0.4 in /client Bumps [redis](https://github.com/redis/redis-py) from 5.0.3 to 5.0.4. - [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.3...v5.0.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index fd7537a5..08bc9e08 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -3,7 +3,7 @@ flask==2.3.3;python_version>="3.8" python-dotenv==0.21.1;python_version<"3.8" python-dotenv==1.0.1;python_version>="3.8" rq==1.15.1 -redis==5.0.3 +redis==5.0.4 jsonschema==4.17.3;python_version<"3.8" jsonschema==4.21.1;python_version>="3.8" Werkzeug==2.2.3;python_version<"3.8"