From 799cccad598469d53b41d9f9e7965a6ffdb690cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 00:51:04 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 9 updates Bumps the all-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytelegrambotapi](https://github.com/eternnoir/pyTelegramBotAPI) | `4.29.1` | `4.30.0` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.14.0` | `4.14.3` | | [redis](https://github.com/redis/redis-py) | `6.4.0` | `7.1.0` | | [apscheduler](https://github.com/agronholm/apscheduler) | `3.11.0` | `3.11.2` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.15.1` | `4.16.0` | | [tornado](https://github.com/tornadoweb/tornado) | `6.5.2` | `6.5.4` | | [fakeredis](https://github.com/cunla/fakeredis-py) | `2.31.3` | `2.33.0` | | [meilisearch](https://github.com/meilisearch/meilisearch-python) | `0.33.0` | `0.40.0` | | [pillow](https://github.com/python-pillow/Pillow) | `11.3.0` | `12.1.0` | Updates `pytelegrambotapi` from 4.29.1 to 4.30.0 - [Release notes](https://github.com/eternnoir/pyTelegramBotAPI/releases) - [Commits](https://github.com/eternnoir/pyTelegramBotAPI/compare/4.29.1...4.30.0) Updates `beautifulsoup4` from 4.14.0 to 4.14.3 Updates `redis` from 6.4.0 to 7.1.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/v6.4.0...v7.1.0) Updates `apscheduler` from 3.11.0 to 3.11.2 - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](https://github.com/agronholm/apscheduler/compare/3.11.0...3.11.2) Updates `pymongo` from 4.15.1 to 4.16.0 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.15.1...4.16.0) Updates `tornado` from 6.5.2 to 6.5.4 - [Changelog](https://github.com/tornadoweb/tornado/blob/v6.5.4/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.2...v6.5.4) Updates `fakeredis` from 2.31.3 to 2.33.0 - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.31.3...v2.33.0) Updates `meilisearch` from 0.33.0 to 0.40.0 - [Release notes](https://github.com/meilisearch/meilisearch-python/releases) - [Commits](https://github.com/meilisearch/meilisearch-python/compare/v0.33.0...v0.40.0) Updates `pillow` from 11.3.0 to 12.1.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/11.3.0...12.1.0) --- updated-dependencies: - dependency-name: pytelegrambotapi dependency-version: 4.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: redis dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: apscheduler dependency-version: 3.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pymongo dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: tornado dependency-version: 6.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: fakeredis dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: meilisearch dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pillow dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 04df32f7..aaac0ab5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ requests==2.32.5 -pytelegrambotapi==4.29.1 -beautifulsoup4==4.14.0 +pytelegrambotapi==4.30.0 +beautifulsoup4==4.14.3 tgbot-ping==1.0.7 -redis==6.4.0 -apscheduler==3.11.0 -pymongo==4.15.1 -tornado==6.5.2 +redis==7.1.0 +apscheduler==3.11.2 +pymongo==4.16.0 +tornado==6.5.4 captcha==0.7.1 passlib==1.7.4 -fakeredis==2.31.3 +fakeredis==2.33.0 filetype==1.2.0 requests[socks] tqdm==4.67.1 @@ -19,6 +19,6 @@ openpyxl==3.1.5 zhconv==1.4.3 jinja2==3.1.6 coloredlogs==15.0.1 -meilisearch==0.33.0 -pillow==11.3.0 +meilisearch==0.40.0 +pillow==12.1.0 pytz==2025.2 \ No newline at end of file