From 0892926c342527e3375312e5f91a0795b93d6704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:31:39 +0000 Subject: [PATCH] Bump redis from 4.2.1 to 4.5.3 in /osCam Bumps [redis](https://github.com/redis/redis-py) from 4.2.1 to 4.5.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/v4.2.1...v4.5.3) --- 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..0ac609a 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.5.3 six==1.16.0 sqlparse==0.4.2 typing_extensions==4.1.1