From bf9e9622aa93bd2b3ac043a9c23b12ef45be45cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:06:24 +0000 Subject: [PATCH] Update redis requirement from ~=4.5.4 to ~=4.6.0 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/v4.5.4...v4.6.0) --- 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 b146a24..92172d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ lark~=1.1.5 Pillow~=9.5.0 Pyrogram==2.0.97 python-magic~=0.4.27 -redis~=4.5.4 +redis~=4.6.0 TgCrypto~=1.2.5