From 9aa9dc44cea1305893ea38d3ca4639dd1e94fae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:24:44 +0000 Subject: [PATCH] build(deps): bump fastapi-pagination from 0.14.3 to 0.15.12 Bumps [fastapi-pagination](https://github.com/uriyyo/fastapi-pagination) from 0.14.3 to 0.15.12. - [Release notes](https://github.com/uriyyo/fastapi-pagination/releases) - [Commits](https://github.com/uriyyo/fastapi-pagination/compare/0.14.3...0.15.12) --- updated-dependencies: - dependency-name: fastapi-pagination dependency-version: 0.15.12 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 9ac468ec..d721e684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "cloudevents == 2.0.0", "beanie == 2.1.0", "fastapi[all] == 0.135.3", - "fastapi-pagination == 0.14.3", + "fastapi-pagination == 0.15.12", "fastapi-users[beanie, oauth] == 15.0.5", "fastapi-users-db-beanie == 5.0.0", "MarkupSafe == 2.0.1",