From c8a6bdd3d7ba800097e0cb187709b9a53b30fddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 20:02:36 +0000 Subject: [PATCH] Update requirements: Bump pymongo from 4.11.3 to 4.12.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.11.3 to 4.12.0. - [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.11.3...4.12.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.12.0 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 2b773ac703..6b8f7f659c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "pillow==11.2.0", "promise==2.3", "pylibemu==1.0", - "pymongo==4.11.3", + "pymongo==4.12.0", "pysocks==1.7.1", "python-magic==0.4.27", "rarfile==4.2",