From 5babc5ca2a07140a0f94dffcff20f2050a8483ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:52:33 +0000 Subject: [PATCH] Update pymongo requirement from <4.9,>=3.7.2 to >=3.7.2,<4.12 Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.11.1/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.7.2...4.11.1) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5557929..04bb11e 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ def get_version(version_file): # Version 4.9 introduces the pymongo.synchronous and # pymongo.asynchronous namespaces, which are incompatible with this # code. Furthermore, version 4.11 drops support for MongoDB 3.6. - "pymongo>=3.7.2,<4.9", + "pymongo>=3.7.2,<4.12", "PyYAML>=5.1", "setuptools", ],