From 4312a98277203567dddcc7e642b9264ae9bea717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:31:58 +0000 Subject: [PATCH] Chore(deps-dev): Update pymongo requirement from <4.18 to <4.19 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/main/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/0.4pre...4.18.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.18.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d69ed0..112181e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,7 @@ optional-dependencies.docs = [ "sphinxext-opengraph<1", ] optional-dependencies.mongodb = [ - "pymongo<4.18", + "pymongo<4.19", ] optional-dependencies.release = [ "build<2",