From ff581dace06e542584af26a50ee5d102265c7ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 09:31:47 +0800 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 3 updates (#416) Bumps the all-dependencies group with 3 updates in the / directory: [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [pymongo](https://github.com/mongodb/mongo-python-driver) and [fakeredis](https://github.com/cunla/fakeredis-py). Updates `beautifulsoup4` from 4.13.5 to 4.14.0 Updates `pymongo` from 4.14.1 to 4.15.1 - [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.14.1...4.15.1) Updates `fakeredis` from 2.31.1 to 2.31.3 - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.31.1...v2.31.3) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pymongo dependency-version: 4.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: fakeredis dependency-version: 2.31.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 301bcfc..04df32f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ requests==2.32.5 pytelegrambotapi==4.29.1 -beautifulsoup4==4.13.5 +beautifulsoup4==4.14.0 tgbot-ping==1.0.7 redis==6.4.0 apscheduler==3.11.0 -pymongo==4.14.1 +pymongo==4.15.1 tornado==6.5.2 captcha==0.7.1 passlib==1.7.4 -fakeredis==2.31.1 +fakeredis==2.31.3 filetype==1.2.0 requests[socks] tqdm==4.67.1