From 27958bc5766912ca4a4be6d35128d69c6276b575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 02:47:23 +0000 Subject: [PATCH] Bump redis from 5.0.1 to 5.0.5 Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 5.0.5. - [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.5) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 967a3ea..6718910 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -63,7 +63,7 @@ python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, python-socks[asyncio]==2.4.4 pytz==2023.4 pyyaml==6.0.1; python_version >= '3.6' -redis==5.0.1; python_version >= '3.7' +redis==5.0.5; python_version >= '3.7' referencing==0.33.0; python_version >= '3.8' rpds-py==0.17.1; python_version >= '3.8' setuptools==69.0.3; python_version >= '3.8'