From fd85d06bd22ad6767e4ab4521504c8901dc5e503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 11:33:57 +0100 Subject: [PATCH] Bump pymongo from 4.10.1 to 4.11.2 (#377) Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.10.1 to 4.11.2. - [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.10.1...4.11.2) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc9db38..19688a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ beautifulsoup4==4.12.3 tgbot-ping==1.0.7 redis==5.2.1 apscheduler==3.11.0 -pymongo==4.10.1 +pymongo==4.11.2 tornado==6.4.2 captcha==0.6.0 passlib==1.7.4