From 2d93bf17453c929e01e51b8a178769077c1f659d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 03:33:14 +0000 Subject: [PATCH] Bump pymongo from 4.6.2 to 4.7.3 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.2 to 4.7.3. - [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.2...4.7.3) --- 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 d485498..5365776 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ flask[async]==3.0.2 gunicorn==22.0.0 opengsq==3.1.0 psycopg2-binary==2.9.9 -pymongo==4.6.2 +pymongo==4.7.3 python-dotenv==1.0.1 pywin32==306;platform_system=="Windows" typing-extensions==4.8.0;python_version<"3.10"