From 648e35293b27a984cdf4e076b66913ad487544e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:28:42 +0000 Subject: [PATCH] build(deps): bump redis from 5.0.1 to 5.0.3 in /client Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 5.0.3. - [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.1...v5.0.3) --- 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 f2c3415c..46c0c19a 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.0;python_version>="3.8" rq==1.15.1 -redis==5.0.1 +redis==5.0.3 jsonschema==4.17.3;python_version<"3.8" jsonschema==4.21.1;python_version>="3.8" Werkzeug==2.2.3;python_version<"3.8"