From 1f8436521cf042e2b00b542a1d383c6828c793de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:02:25 +0000 Subject: [PATCH] build(deps): bump pymongo from 4.16.0 to 4.17.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.16.0 to 4.17.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.16.0...4.17.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.17.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 6723ea3d..e0d8e80e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "fastapi-users[beanie, oauth] == 15.0.5", "fastapi-users-db-beanie == 5.0.0", "MarkupSafe == 3.0.3", - "pymongo == 4.16.0", + "pymongo == 4.17.0", "passlib == 1.7.4", "pydantic == 2.13.3", "pymongo-migrate == 1.0.0",