From e8c866f05e13bfc192500df0f3307561c086ba01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 22:54:03 +0000 Subject: [PATCH] Update pymongo[srv] requirement from <4.7,>=4.0.2 to >=4.0.2,<4.8 Updates the requirements on [pymongo[srv]](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/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.0.2...4.7.1) --- updated-dependencies: - dependency-name: pymongo[srv] dependency-type: direct:production ... 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 8d80c53d0b4..e7c9111e8c4 100644 --- a/requirements/extras/mongodb.txt +++ b/requirements/extras/mongodb.txt @@ -1 +1 @@ -pymongo[srv]>=4.0.2, <4.7 +pymongo[srv]>=4.0.2, <4.8