From 811c2479c758d2323dd5e0cc05d1ff040bb462bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 18:23:19 +0000 Subject: [PATCH] Update requirements: Bump pymongo from 4.15.5 to 4.16.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.15.5 to 4.16.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.15.5...4.16.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.16.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 bb8a412e40..9864d25ca7 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.5", + "pymongo==4.16.0", "pysocks==1.7.1", "python-magic==0.4.27", "rarfile==4.2",