From dc1d27f3f011864e3236b70b234f838d418654e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:22:16 +0000 Subject: [PATCH] Bump pymongo from 4.7.2 to 4.10.1 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] --- 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