From 0f9ee92d80db223147b9c0a31ce1eb4596a1fcf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 19:08:23 +0000 Subject: [PATCH] Update requirements: Bump pymongo from 4.15.2 to 4.15.3 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.15.2 to 4.15.3. - [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.3) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.3 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 f977ad99ed..82fad417b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "pillow==11.3.0", "promise==2.3", "pylibemu==1.0", - "pymongo==4.15.2", + "pymongo==4.15.3", "pysocks==1.7.1", "python-magic==0.4.27", "rarfile==4.2",