From 38ae8c023b080f8f7931f866cdd8b39fb22601d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 19:08:03 +0000 Subject: [PATCH] Update requirements: Bump pymongo from 4.15.3 to 4.15.4 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.15.3 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.3...4.15.4) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.4 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 c57c5ad880..f3603c35f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "pillow==12.0.0; python_version > '3.9'", "promise==2.3", "pylibemu==1.0", - "pymongo==4.15.3", + "pymongo==4.15.4", "pysocks==1.7.1", "python-magic==0.4.27", "rarfile==4.2",