From 837573585edca0855152efa4bc178309785fa25c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:50:34 +0000 Subject: [PATCH] Bump pymongo from 4.15.2 to 4.15.4 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.15.2 to 4.15.4. - [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/4.15.2...4.15.4) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 685bd54..2b1c076 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ packages = ["src/kbase"] [dependency-groups] dev = [ "ipython==9.5.0", - "pymongo==4.15.2", + "pymongo==4.15.4", "pytest==8.4.2", "pytest-asyncio==1.2.0", "pytest-cov==7.0.0",