From 9a64838d03be14a40789f926a38320e2900943cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:44:38 +0000 Subject: [PATCH] Bump redis from 5.1.0 to 5.1.1 Bumps [redis](https://github.com/redis/redis-py) from 5.1.0 to 5.1.1. - [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/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 12202b0a5..0f8cf7a1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dependencies = [ "python-dateutil==2.9.0.post0", "python-decouple==3.8", "pytz==2024.2", - "redis==5.1.0", + "redis==5.1.1", "requests-mock==1.12.1", "requests==2.32.3", "rollbar==1.0.0", diff --git a/requirements.in b/requirements.in index f4a5d7a25..63461b305 100644 --- a/requirements.in +++ b/requirements.in @@ -22,7 +22,7 @@ elasticsearch-dsl==7.4.1 ftfy==6.2.3 python-dateutil==2.9.0.post0 zope.structuredtext==5.0 -redis==5.1.0 +redis==5.1.1 dj-database-url==2.2.0 python-decouple==3.8 delegator.py==0.1.1