From c463eb287dbf2d51edbe0a0b4583b5f098052e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:57:30 +0000 Subject: [PATCH] Bump pymongo from 4.6.1 to 4.7.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.1 to 4.7.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.6.1...4.7.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 b138c033..999162c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ beautifulsoup4==4.12.2 tgbot-ping==1.0.7 redis==5.0.1 apscheduler==3.10.4 -pymongo==4.6.1 +pymongo==4.7.1 tornado==6.4 captcha==0.5.0 passlib==1.7.4