From 36daa2934ae6a6b2e0c7d06512b99f56f1857fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 07:23:47 +0000 Subject: [PATCH] Update pymongo requirement from <4 to <5 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/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/0.4pre...4.7.2) --- 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 503658b..1e837de 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "datetime-truncate<2", "psycopg2-binary<2.10", "influxdb-client<2", - "pymongo<4", + "pymongo<5", "dnspython<3", "numpy<1.27", "pgcopy<1.7",