From 30354285e6277722d01e9f06ee3c8ba48006741c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 03:36:28 +0000 Subject: [PATCH] Update redis requirement from ~=5.0.1 to ~=5.0.2 Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [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.2) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 018f6b7..3fa6c4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ hikari[speedups]~=2.0.0.dev122 hikari-tanjun~=2.17.2 hikari-yuyo~=1.19.1 asyncpg~=0.29.0 -redis~=5.0.1 +redis~=5.0.2 click~=8.1.7