From 7a596c92941c19565b8c9ee319d48d677fa8bc53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:31:17 +0000 Subject: [PATCH] Bump redis from 5.0.4 to 5.0.8 in /requirements Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 to 5.0.8. - [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.4...v5.0.8) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... 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 c60fd0f..b7903cc 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.4 +redis==5.0.8 # via -r tests.in requests==2.32.0 # via sphinx diff --git a/requirements/tests.txt b/requirements/tests.txt index a9cb2bd..e45ca6d 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -41,7 +41,7 @@ pytest-asyncio==0.23.7 # via -r tests.in pytest-xprocess==1.0.2 # via -r tests.in -redis==5.0.4 +redis==5.0.8 # via -r tests.in werkzeug==3.0.3 # via flask