From 49932536bb3dc441b4212cdddb1ea86cce1042b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 14:22:00 +0000 Subject: [PATCH] Bump redis from 5.0.1 to 5.0.4 in /requirements Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 5.0.4. - [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.1...v5.0.4) --- 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 00a2c9fd..2083bebc 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -120,7 +120,7 @@ python-dateutil==2.8.2 # via botocore pyyaml==6.0.1 # via pre-commit -redis==5.0.1 +redis==5.0.4 # via -r tests.in requests==2.32.0 # via sphinx diff --git a/requirements/tests.txt b/requirements/tests.txt index 58406ee9..f7577f06 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -5,7 +5,7 @@ # pip-compile requirements/tests.in # boto3==1.34.39 - # via -r requirements/tests.in + # via -r tests.in botocore==1.34.39 # via # boto3 @@ -25,24 +25,24 @@ pluggy==1.4.0 psutil==5.9.8 # via pytest-xprocess pylibmc==1.6.3 - # via -r requirements/tests.in + # via -r tests.in pymongo==4.6.1 - # via -r requirements/tests.in + # via -r tests.in pytest==8.0.0 # via - # -r requirements/tests.in + # -r tests.in # pytest-xprocess pytest-xprocess==0.23.0 - # via -r requirements/tests.in + # via -r tests.in python-dateutil==2.8.2 # via botocore -redis==5.0.1 - # via -r requirements/tests.in +redis==5.0.4 + # via -r tests.in s3transfer==0.10.0 # via boto3 six==1.16.0 # via python-dateutil -urllib3 +urllib3==2.0.7 # via botocore uwsgi==2.0.24 - # via -r requirements/tests.in + # via -r tests.in