From aafad536ac20ae0bf0d22c54e5c6506035244657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 23:34:00 +0000 Subject: [PATCH] build(deps): bump fastapi-utils from 0.7.0 to 0.8.0 Bumps [fastapi-utils](https://github.com/dmontagu/fastapi-utils) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/dmontagu/fastapi-utils/releases) - [Changelog](https://github.com/fastapiutils/fastapi-utils/blob/master/CHANGELOG.md) - [Commits](https://github.com/dmontagu/fastapi-utils/compare/0.7.0...0.8.0) --- updated-dependencies: - dependency-name: fastapi-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index cf5476c..d71287b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -367,13 +367,13 @@ standard = ["email-validator (>=2.0.0)", "fastapi-cli[standard] (>=0.0.5)", "htt [[package]] name = "fastapi-utils" -version = "0.7.0" +version = "0.8.0" description = "Reusable utilities for FastAPI" optional = false -python-versions = "<4.0,>=3.7" +python-versions = "<4.0,>=3.8" files = [ - {file = "fastapi_utils-0.7.0-py3-none-any.whl", hash = "sha256:4fc4d6a10b5c5c3f2ec564d360fc1188507b911e4b06ee4d4c111906d7ddeef1"}, - {file = "fastapi_utils-0.7.0.tar.gz", hash = "sha256:074509405b02e2651dfe2d11862dd760bacc1a64508f3d8cc44e52a6dc1ed342"}, + {file = "fastapi_utils-0.8.0-py3-none-any.whl", hash = "sha256:6c4d507a76bab9a016cee0c4fa3a4638c636b2b2689e39c62254b1b2e4e81825"}, + {file = "fastapi_utils-0.8.0.tar.gz", hash = "sha256:eca834e80c09f85df30004fe5e861981262b296f60c93d5a1a1416fe4c784140"}, ] [package.dependencies] @@ -868,4 +868,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7a40c81138d8201904dce5af23d4ebc62e0089f4db82f054f869fe2dff5a125e" +content-hash = "607b3a877f9e6e58bebdbd33fa679a2e0f4c606ad75e0d135f68b633d275774b" diff --git a/pyproject.toml b/pyproject.toml index 2906100..08db8b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ uvicorn = "^0.34.0" python-multipart = "^0.0.17" aiofiles = "^24.1.0" requests = "^2.32.3" -fastapi-utils = "^0.7.0" +fastapi-utils = "^0.8.0" python-dotenv = "^1.0.1" peewee = "^3.17.7" bcrypt = "^4.2.0"