From 083511cfec40fbbef9389ec8bc5af71dbdd66deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:30:18 +0000 Subject: [PATCH] Bump redis from 4.5.3 to 4.5.4 in /src/python Bumps [redis](https://github.com/redis/redis-py) from 4.5.3 to 4.5.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/v4.5.3...v4.5.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/requirements.txt b/src/python/requirements.txt index 7d1d762a..263f3acf 100644 --- a/src/python/requirements.txt +++ b/src/python/requirements.txt @@ -47,7 +47,7 @@ pyyaml>=6.0 pyzbar==0.1.9 pyzipper==0.3.6 rarfile==4.0 -redis==4.5.3 +redis==4.5.4 requests==2.28.2 rpmfile==1.1.1 schedula==1.4.9