From b15e45c3adba768d3025fc6c003d05382b24ed85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 03:02:26 +0000 Subject: [PATCH] Bump pymongo from 3.11.4 to 4.15.2 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.11.4 to 4.15.2. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.15.2/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.11.4...4.15.2) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.2 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..0820988dc8 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.2 # optional test requirements tox==3.14.0 coverage