From 0a708908189ecb4bdf6a751031064c0d4992545c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:48:36 +0000 Subject: [PATCH] Bump pymongo from 4.10.1 to 4.14.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.10.1 to 4.14.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/4.10.1...4.14.1) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe1681b09..c14b4f2ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pydantic-settings>=2.0.3", "pydantic>=2.0.1", "pymatgen>=2024.11.13", - "pymongo<=4.10.1", + "pymongo<=4.14.1", ] [project.optional-dependencies]