From 494a6b95df372e58c20f2a25c80d44a704d51b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:22:48 +0100 Subject: [PATCH] Bump pymongo from 4.7.2 to 4.10.1 (#352) Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.7.2 to 4.10.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.7.2...4.10.1) --- 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 f1fa09be2..45ba6bc22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ beautifulsoup4==4.12.3 tgbot-ping==1.0.7 redis==5.0.4 apscheduler==3.10.4 -pymongo==4.7.2 +pymongo==4.10.1 tornado==6.4.2 captcha==0.5.0 passlib==1.7.4