From be98f2a025bf87a298ec929066a4144b05c74a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:53:23 +0000 Subject: [PATCH] Update pymongo requirement from <4.10,>=3.10.1 to >=3.10.1,<4.11 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/3.10.1...4.10.1) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d83e76be..d7e282eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -178,7 +178,7 @@ mongodb = [ pymongo = [ "jessiql==1.0.0rc1", "pandas<2.2", - "pymongo<4.9", + "pymongo<4.11", "sqlalchemy<2", ] release = [