From b87792bce4cc01c200a63fd37515f432777efc20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 05:26:31 +0000 Subject: [PATCH] Chore(deps-dev): Update pymongo requirement from <4.16 to <4.17 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.16.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.16.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 ca1c25b..04f12a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,7 @@ optional-dependencies.doc = [ "sphinxext-opengraph<1", ] optional-dependencies.mongodb = [ - "pymongo<4.16", + "pymongo<4.17", ] optional-dependencies.release = [ "build<2",