From 2ac7f340e5e1295191d4d35f8c9567bd3d00e717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 15:24:04 +0000 Subject: [PATCH] Bump redis from 4.2.1 to 4.4.4 in /osCam Bumps [redis](https://github.com/redis/redis-py) from 4.2.1 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.2.1...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- osCam/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osCam/requirements.txt b/osCam/requirements.txt index 3ba6cef..e47043e 100644 --- a/osCam/requirements.txt +++ b/osCam/requirements.txt @@ -22,7 +22,7 @@ prompt-toolkit==3.0.28 pyparsing==3.0.7 pytest==7.1.2 pytz==2022.1 -redis==4.2.1 +redis==4.4.4 six==1.16.0 sqlparse==0.4.2 typing_extensions==4.1.1