From 8874a2b14ad07e332339d2850b55bb067aa581c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:24:22 +0000 Subject: [PATCH] build(deps): bump pymongo from 4.9.0 to 4.16.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.9.0 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.9...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 e0562ea0..b6777211 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "fastapi-users[beanie, oauth] == 15.0.5", "MarkupSafe == 2.0.1", "motor == 3.6.0", - "pymongo == 4.9.0", + "pymongo == 4.16.0", "passlib == 1.7.4", "pydantic == 2.9.2", "pymongo-migrate == 0.11.0",