From cb0849694d157181b23622e81175f17684e08c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:42:27 +0000 Subject: [PATCH] build(deps): bump fastapi-users from 14.0.0 to 15.0.5 Bumps [fastapi-users](https://github.com/fastapi-users/fastapi-users) from 14.0.0 to 15.0.5. - [Release notes](https://github.com/fastapi-users/fastapi-users/releases) - [Commits](https://github.com/fastapi-users/fastapi-users/compare/v14.0.0...v15.0.5) --- updated-dependencies: - dependency-name: fastapi-users dependency-version: 15.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c45466fd..97b42ce2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "beanie == 1.29.0", "fastapi[all] == 0.115.0", "fastapi-pagination == 0.12.30", - "fastapi-users[beanie, oauth] == 14.0.0", + "fastapi-users[beanie, oauth] == 15.0.5", "fastapi-versioning == 0.10.0", "MarkupSafe == 2.0.1", "motor == 3.6.0",