From 1b331f2d8df195e7e0aae2aa4b484f3eae4fdddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 13:34:06 +0000 Subject: [PATCH] Bump redis from 4.3.4 to 4.4.4 in /personal Bumps [redis](https://github.com/redis/redis-py) from 4.3.4 to 4.4.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.3.4...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- personal/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personal/requirements.txt b/personal/requirements.txt index e709b92..901520d 100644 --- a/personal/requirements.txt +++ b/personal/requirements.txt @@ -14,7 +14,7 @@ pycparser==2.21 pyparsing==3.0.9 PySocks==1.7.1 python-dotenv==0.20.0 -redis==4.3.4 +redis==4.4.4 requests==2.28.1 selenium==4.4.3 six==1.16.0