From cbccd80cc6fc5ab749c26d6514b9987c66a584a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 09:28:12 -0300 Subject: [PATCH] Bump redis from 5.0.0 to 5.0.1 in /requirements (#312) Bumps [redis](https://github.com/redis/redis-py) from 5.0.0 to 5.0.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.0...v5.0.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 dd787852..edb32cf0 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -118,7 +118,7 @@ pytz==2021.3 # via babel pyyaml==6.0 # via pre-commit -redis==5.0.0 +redis==5.0.1 # via -r tests.in requests==2.31.0 # via sphinx diff --git a/requirements/tests.txt b/requirements/tests.txt index 8f0651c8..36b47ec3 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -36,7 +36,7 @@ pytest-xprocess==0.22.2 # via -r tests.in python-dateutil==2.8.2 # via botocore -redis==5.0.0 +redis==5.0.1 # via -r tests.in s3transfer==0.6.0 # via boto3