From df4a8b8c519b714a501e109bee8212bc867b6b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 15:29:29 +0000 Subject: [PATCH] Bump redis from 4.3.5 to 4.4.4 in /server/wsgi Bumps [redis](https://github.com/redis/redis-py) from 4.3.5 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.5...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/wsgi/docker_requirements.txt | 2 +- server/wsgi/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/wsgi/docker_requirements.txt b/server/wsgi/docker_requirements.txt index 725aace..9070d94 100644 --- a/server/wsgi/docker_requirements.txt +++ b/server/wsgi/docker_requirements.txt @@ -3,7 +3,7 @@ psycopg2-binary==2.9.5 simplejson==3.18.0 python-json-logger==2.0.4 flask-cors==3.0.10 -redis==4.3.5 +redis==4.4.4 gitpython==3.1.29 Flask-Mail==0.9.1 pynmrstar==3.3.1 diff --git a/server/wsgi/requirements.txt b/server/wsgi/requirements.txt index a0d0596..4eaa716 100644 --- a/server/wsgi/requirements.txt +++ b/server/wsgi/requirements.txt @@ -7,7 +7,7 @@ psycopg2-binary==2.9.5 simplejson==3.18.0 python-json-logger==2.0.4 flask-cors==3.0.10 -redis==4.3.5 +redis==4.4.4 gitpython==3.1.29 Flask-Mail==0.9.1 pynmrstar==3.3.1