From 646337347fd6c5a031c4297574b19073a4d5ed7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 04:27:34 +0000 Subject: [PATCH] Bump pymongo from 4.11.2 to 4.11.3 in the requirements group Bumps the requirements group with 1 update: [pymongo](https://github.com/mongodb/mongo-python-driver). Updates `pymongo` from 4.11.2 to 4.11.3 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.11.3/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.11.2...4.11.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements ... 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 5bf9ea894f..971f39239a 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -8,7 +8,7 @@ azure-storage-blob==12.24.1 redis==5.2.1 types-redis types-setuptools -pymongo==4.11.2 +pymongo==4.11.3 # optional test requirements coverage pytest-cov==6.0.0