From 612b8f0041b8b78b26b6e5da3262692e4d20b12d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:13:23 +0000 Subject: [PATCH] Bump pymongo from 4.6.1 to 4.6.2 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.6.2/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.6.1...4.6.2) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a399b0..67f988b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ flask[async]==3.0.2 gunicorn==21.2.0 opengsq==3.0.10 psycopg2-binary==2.9.9 -pymongo==4.6.1 +pymongo==4.6.2 python-dotenv==1.0.1 pywin32==306;platform_system=="Windows" typing-extensions==4.8.0;python_version<"3.10"