From 9eb807e73e13ad9bd68dbf9f04dea7d6e7c38980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 08:33:51 +0000 Subject: [PATCH] Bump redis from 5.0.8 to 5.2.1 in /requirements Bumps [redis](https://github.com/redis/redis-py) from 5.0.8 to 5.2.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.0.8...v5.2.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index a5ed17e..ea803b3 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -111,7 +111,7 @@ pytest-xprocess==1.0.2 # via -r tests.in pyyaml==6.0.1 # via pre-commit -redis==5.0.8 +redis==5.2.1 # via -r tests.in requests==2.32.0 # via sphinx diff --git a/requirements/tests.txt b/requirements/tests.txt index 930ca84..8577c9e 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -41,7 +41,7 @@ pytest-asyncio==0.23.8 # via -r tests.in pytest-xprocess==1.0.2 # via -r tests.in -redis==5.0.8 +redis==5.2.1 # via -r tests.in werkzeug==3.0.3 # via flask