From dcfd385e1bd8259fed8ddf32335f28433c058cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 22:49:21 -0400 Subject: [PATCH] Bump redis from 4.4.4 to 4.6.0 (#552) Bumps [redis](https://github.com/redis/redis-py) from 4.4.4 to 4.6.0. - [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.4.4...v4.6.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 657013fe..5e9b6515 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ django-sendgrid-v5==1.1.0 psycopg2-binary==2.9.5 # Having problems deploying to Heroku with 1.6.3 pylibmc==1.6.2 -redis==4.4.4 +redis==4.6.0 rollbar==0.16.3 # web server