From 67c7db0d3f00e61cbdedffa7e751b2e329dd028c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:09:30 +0000 Subject: [PATCH] chore(deps): bump fastapi-pagination from 0.12.27 to 0.12.31 in /src Bumps [fastapi-pagination](https://github.com/uriyyo/fastapi-pagination) from 0.12.27 to 0.12.31. - [Release notes](https://github.com/uriyyo/fastapi-pagination/releases) - [Commits](https://github.com/uriyyo/fastapi-pagination/compare/0.12.27...0.12.31) --- updated-dependencies: - dependency-name: fastapi-pagination dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/poetry.lock | 8 ++++---- src/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/poetry.lock b/src/poetry.lock index 4297542..d61c23b 100644 --- a/src/poetry.lock +++ b/src/poetry.lock @@ -230,13 +230,13 @@ standard = ["uvicorn[standard] (>=0.15.0)"] [[package]] name = "fastapi-pagination" -version = "0.12.27" +version = "0.12.31" description = "FastAPI pagination" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "fastapi_pagination-0.12.27-py3-none-any.whl", hash = "sha256:b239d449a878cbd5d2d4939871f8f1c328bfe8ec67779475c628ce4416b1812d"}, - {file = "fastapi_pagination-0.12.27.tar.gz", hash = "sha256:3f9ad8dba85a4e784de55145e934e06b9c5bcdc8e49ad00efa0515d962cd8696"}, + {file = "fastapi_pagination-0.12.31-py3-none-any.whl", hash = "sha256:a985d1f1baca1c42e7bfa51e9c7d6433e30bdca2ae236c3f3fc01bd9e62dbda6"}, + {file = "fastapi_pagination-0.12.31.tar.gz", hash = "sha256:224d6dc2671f95f1d5e467e42898809438570cd662e1008c7b6b91889211d780"}, ] [package.dependencies] @@ -1671,4 +1671,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "5b6deb5f6449b12d85e723c69940d04210c5fb138f64884541ed8770fddad8f9" +content-hash = "e6fea92909d4479a4088ab58ee8b7d3649d9e23de246977e537467cba0cfbe12" diff --git a/src/pyproject.toml b/src/pyproject.toml index 0b763a7..6e511dc 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -38,7 +38,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.dependencies] python = ">=3.10,<3.12" fastapi = {extras = ["all"], version = "^0.115.0"} -fastapi-pagination = {extras = ["sqlalchemy"], version = "^0.12.27"} +fastapi-pagination = {extras = ["sqlalchemy"], version = "^0.12.31"} asyncer = "^0.0.8" httpx = "^0.27.2" pytest = "^8.3.3"