From 40ec0e3d4b238d4ddd036a1e32d3d8412111c2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:23:19 +0000 Subject: [PATCH] build(deps): bump fastapi-pagination from 0.15.14 to 0.15.15 Bumps [fastapi-pagination](https://github.com/uriyyo/fastapi-pagination) from 0.15.14 to 0.15.15. - [Release notes](https://github.com/uriyyo/fastapi-pagination/releases) - [Commits](https://github.com/uriyyo/fastapi-pagination/compare/0.15.14...0.15.15) --- updated-dependencies: - dependency-name: fastapi-pagination dependency-version: 0.15.15 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 87885838..57c09a8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ license = {text = "LGPL-2.1-or-later"} dependencies = [ "beanie == 2.1.0", "fastapi[all] == 0.136.1", - "fastapi-pagination == 0.15.14", + "fastapi-pagination == 0.15.15", "fastapi-users[beanie, oauth] == 15.0.5", "fastapi-users-db-beanie == 5.0.0", "MarkupSafe == 3.0.3",