From 244e37a8221dd4a145fa2d129a2d710d32090f94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:18:41 +0000 Subject: [PATCH] Update requirements: Bump pymongo from 4.15.4 to 4.15.5 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.15.4 to 4.15.5. - [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.4...4.15.5) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.5 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 8a2fd11909..bb8a412e40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "pillow==12.0.0", "promise==2.3", "pylibemu==1.0", - "pymongo==4.15.4", + "pymongo==4.15.5", "pysocks==1.7.1", "python-magic==0.4.27", "rarfile==4.2",