From fdd99da891e08fcef5c6cc4df39e130086a292cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:33:38 +0000 Subject: [PATCH] fix(deps): update dependency fastapi to v0.103.2 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2f0ca42..2431254 100644 --- a/poetry.lock +++ b/poetry.lock @@ -281,14 +281,14 @@ files = [ [[package]] name = "fastapi" -version = "0.103.1" +version = "0.103.2" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "fastapi-0.103.1-py3-none-any.whl", hash = "sha256:5e5f17e826dbd9e9b5a5145976c5cd90bcaa61f2bf9a69aca423f2bcebe44d83"}, - {file = "fastapi-0.103.1.tar.gz", hash = "sha256:345844e6a82062f06a096684196aaf96c1198b25c06b72c1311b882aa2d8a35d"}, + {file = "fastapi-0.103.2-py3-none-any.whl", hash = "sha256:3270de872f0fe9ec809d4bd3d4d890c6d5cc7b9611d721d6438f9dacc8c4ef2e"}, + {file = "fastapi-0.103.2.tar.gz", hash = "sha256:75a11f6bfb8fc4d2bec0bd710c2d5f2829659c0e8c0afd5560fdda6ce25ec653"}, ] [package.dependencies] @@ -1049,4 +1049,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "274e6e9affdbd86eb0aee0b5519bdc5f19d1834d1f44e90dc360faaf7ede88d6" +content-hash = "1b93391ac8bf3dfaace9b95286d2a0cb19a60aaea87eb46e20dde7d01b724d83" diff --git a/pyproject.toml b/pyproject.toml index 2956897..770d368 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Julen Dixneuf "] [tool.poetry.dependencies] python = "^3.11" -fastapi = "==0.103.1" +fastapi = "==0.103.2" uvicorn = "==0.23.2" loguru = "==0.7.2" requests = "==2.31.0"