From b7eb41315f772f4f7055d8e8bed52c8694f77a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 20:30:45 +0000 Subject: [PATCH] Update pymongo requirement in /requirements/extras in the pip group Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version. Updates `pymongo` to 4.11 - [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/2.6.2...4.11) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements/extras/mongodb.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/extras/mongodb.txt b/requirements/extras/mongodb.txt index 018b3dc58..277e1351f 100644 --- a/requirements/extras/mongodb.txt +++ b/requirements/extras/mongodb.txt @@ -1 +1 @@ -pymongo>=2.6.2,<3.0 +pymongo>=2.6.2,<5.0