From 144164157748499c5f7e06064583286537cc0eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 03:02:19 +0000 Subject: [PATCH] Bump pymongo from 3.11.4 to 4.15.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.11.4 to 4.15.1. - [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.11.4...4.15.1) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev_optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 1a6efc470f..b66fdafc30 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -8,7 +8,7 @@ ipytree==0.2.1 # version to get compatibility with azure storage emulator on appveyor (FIXME) azure-storage-blob==2.0.1 # pyup: ignore redis==3.5.3 -pymongo==3.11.4 +pymongo==4.15.1 # optional test requirements tox==3.14.0 coverage