From 587c2f6985a5dc5da0ba44b3434debd141a5d213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 14:05:25 +0000 Subject: [PATCH] Bump redis from 6.4.0 to 7.0.1 Bumps [redis](https://github.com/redis/redis-py) from 6.4.0 to 7.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/v6.4.0...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f846f60..c2ab60c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ kurigram==2.2.12 captcha==0.7.1 APScheduler==3.11.0 tgcrypto==1.2.5 -redis==6.4.0 +redis==7.0.1 pillow==11.3.0 zhconv==1.4.3 \ No newline at end of file