From f8309ceb63d2eb1c13d6b5a9ee53b75ceb103f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:23:35 +0000 Subject: [PATCH] build(deps): bump fastapi-pagination from 0.15.12 to 0.15.14 Bumps [fastapi-pagination](https://github.com/uriyyo/fastapi-pagination) from 0.15.12 to 0.15.14. - [Release notes](https://github.com/uriyyo/fastapi-pagination/releases) - [Commits](https://github.com/uriyyo/fastapi-pagination/compare/0.15.12...0.15.14) --- updated-dependencies: - dependency-name: fastapi-pagination dependency-version: 0.15.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7718e5c..6d83739d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "cloudevents == 2.1.0", "beanie == 2.1.0", "fastapi[all] == 0.136.1", - "fastapi-pagination == 0.15.12", + "fastapi-pagination == 0.15.14", "fastapi-users[beanie, oauth] == 15.0.5", "fastapi-users-db-beanie == 5.0.0", "MarkupSafe == 3.0.3",