From 3ac2bf32b2715a84cf157eb186a8e941c22ace70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:13:09 +0000 Subject: [PATCH] build(deps-dev): update pymongo requirement from >=4.0 to >=4.17.0 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/4.0...4.17.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.17.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 4d1d1f0ec..528af0ed0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -226,7 +226,7 @@ sheets = [ # MongoDB archiver connector backend archiver-mongodb = [ - "pymongo>=4.0", + "pymongo>=4.17.0", ] # Google Chat bridge (osprey.bridges.google_chat): Pub/Sub event ingestion,