From 41832e34c95de63c497213d0461287605e0ff989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 01:46:09 +0000 Subject: [PATCH] Update requirements: Bump pymongo from 4.14.0 to 4.14.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.14.0 to 4.14.1. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.14.1/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.14.0...4.14.1) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.14.1 dependency-type: direct:production 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 7ab643a23a..1d8e7dd14d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "pillow==11.3.0", "promise==2.3", "pylibemu==1.0", - "pymongo==4.14.0", + "pymongo==4.14.1", "pysocks==1.7.1", "python-magic==0.4.27", "rarfile==4.2",