From bb1ac9c4289f837d87fd0954ec8833a32383c4c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:55:05 +0000 Subject: [PATCH] Bump redis from 3.3.0 to 4.5.3 Bumps [redis](https://github.com/redis/redis-py) from 3.3.0 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/3.3.0...v4.5.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- update_data/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c7140fb..65ffd36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask_Moment==0.7.0 pymongo==3.7.2 Flask==1.0.2 telepot==12.7 -redis==3.3.0 +redis==4.5.3 gunicorn==19.9.0 Requests==2.22.0 lxml==4.6.3 \ No newline at end of file diff --git a/update_data/requirements.txt b/update_data/requirements.txt index c973c5f..a6ca743 100644 --- a/update_data/requirements.txt +++ b/update_data/requirements.txt @@ -1,5 +1,5 @@ APScheduler==3.6.0 pymongo==3.7.2 lxml==4.6.3 -redis==3.3.11 +redis==4.5.3 Requests==2.22.0