From ffa5a95214b6bf42e554bcdf838378a1f72aa2b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:35:34 +0000 Subject: [PATCH] Bump redis from 2.10.6 to 4.4.4 in /releases/dogwood/3/fun Bumps [redis](https://github.com/redis/redis-py) from 2.10.6 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/2.10.6...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- releases/dogwood/3/fun/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/dogwood/3/fun/requirements.txt b/releases/dogwood/3/fun/requirements.txt index 67291c06..1614d274 100644 --- a/releases/dogwood/3/fun/requirements.txt +++ b/releases/dogwood/3/fun/requirements.txt @@ -29,7 +29,7 @@ djangorestframework-simplejwt==3.3 # Add Gelf support for logging djehouty==0.1.5 raven==6.9.0 -redis==2.10.6 +redis==4.4.4 # Upgrade requests and urllib3 to prevent SSL certificate validation failure # (we should use pyOpenSSL instead of the local openssl library). For reference, see: # https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2