From a6cdc29d5c87d808e040916e40b30a70fbcdeba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 14:21:37 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 3 updates Bumps the all-dependencies group with 3 updates in the / directory: [kurigram](https://github.com/KurimuzonAkuma/pyrogram), [redis](https://github.com/redis/redis-py) and [pillow](https://github.com/python-pillow/Pillow). Updates `kurigram` from 2.2.18 to 2.2.23 - [Release notes](https://github.com/KurimuzonAkuma/pyrogram/releases) - [Commits](https://github.com/KurimuzonAkuma/pyrogram/compare/v2.2.18...v2.2.23) Updates `redis` from 7.4.0 to 8.0.0 - [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/v7.4.0...v8.0.0) Updates `pillow` from 12.1.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.1.0...12.2.0) --- updated-dependencies: - dependency-name: kurigram dependency-version: 2.2.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9b20029..d81e9e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -kurigram==2.2.18 +kurigram==2.2.23 captcha==0.7.1 APScheduler==3.11.2 tgcrypto==1.2.5 -redis==7.4.0 -pillow==12.1.0 +redis==8.0.0 +pillow==12.2.0 zhconv==1.4.3 \ No newline at end of file