From dc953c3997f07af0b17c81a01ab3f8466e0d895a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:49:39 +0000 Subject: [PATCH] Bump redis from 3.3.11 to 4.4.4 in /xmlcatalog Bumps [redis](https://github.com/redis/redis-py) from 3.3.11 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/3.3.11...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- xmlcatalog/dev-requirements.txt | 2 +- xmlcatalog/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xmlcatalog/dev-requirements.txt b/xmlcatalog/dev-requirements.txt index b02efc7..76d1435 100644 --- a/xmlcatalog/dev-requirements.txt +++ b/xmlcatalog/dev-requirements.txt @@ -1,4 +1,4 @@ pytest==5.3.1 huey==2.1.3 pywoo==1.0.3 -redis==3.3.11 +redis==4.4.4 diff --git a/xmlcatalog/requirements.txt b/xmlcatalog/requirements.txt index 6159528..50e5c90 100644 --- a/xmlcatalog/requirements.txt +++ b/xmlcatalog/requirements.txt @@ -1,6 +1,6 @@ huey==2.1.3 pywoo==1.0.3 -redis==3.3.11 +redis==4.4.4 sentry-sdk==0.10.2 pyOpenSSL==19.1.0 requests-cache==0.5.2 \ No newline at end of file