From 302fde46f9d50a7437758832f59e563d371c6321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 19:06:25 +0800 Subject: [PATCH] Bump pymongo from 4.12.0 to 4.12.1 (#391) Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.12.0 to 4.12.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.12.0...4.12.1) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 56ce568..850ef02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ beautifulsoup4==4.13.3 tgbot-ping==1.0.7 redis==5.2.1 apscheduler==3.11.0 -pymongo==4.12.0 +pymongo==4.12.1 tornado==6.4.2 captcha==0.7.1 passlib==1.7.4