From 00809e9efb0fd06870191f2d533b2f5bc2cf9321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 19:33:16 +0000 Subject: [PATCH] Update requirements: Bump pymongo from 4.18.0 to 4.18.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.18.0 to 4.18.1. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/main/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.18.0...4.18.1) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.18.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 f5d25aff1c..4a9ca27baa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "pillow==12.3.0", "promise==2.3", "pylibemu==1.0", - "pymongo==4.18.0", + "pymongo==4.18.1", "pysocks==1.7.1", "python-magic==0.4.27", "rarfile==4.5",