From 2c76e08138bf491a1140a346a39b0e0b345904f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:17:18 +0000 Subject: [PATCH] Update dependency fastapi to >=0.109.1, <0.115.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 00a7f9bd..8103e722 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1274,13 +1274,13 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.113.0" +version = "0.114.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = true python-versions = ">=3.8" files = [ - {file = "fastapi-0.113.0-py3-none-any.whl", hash = "sha256:c8d364485b6361fb643d53920a18d58a696e189abcb901ec03b487e35774c476"}, - {file = "fastapi-0.113.0.tar.gz", hash = "sha256:b7cf9684dc154dfc93f8b718e5850577b529889096518df44defa41e73caf50f"}, + {file = "fastapi-0.114.0-py3-none-any.whl", hash = "sha256:fee75aa1b1d3d73f79851c432497e4394e413e1dece6234f68d3ce250d12760a"}, + {file = "fastapi-0.114.0.tar.gz", hash = "sha256:9908f2a5cc733004de6ca5e1412698f35085cefcbfd41d539245b9edf87b73c1"}, ] [package.dependencies] @@ -4676,4 +4676,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6d4078272cc6b87e4e6949fdf537a6df7ced85fa37a7e7f4588fd08f4a675943" +content-hash = "8dda7a5d9582ed7cdd0ba2bf94b0f7d1ddc08cb33ed2d9f921eefff44444b366" diff --git a/pyproject.toml b/pyproject.toml index 52acef08..293a75c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ click = "^8.1.3" click-plugins = "^1.1.1" python-dotenv = ">=0.20.0,<1.0.0 || ^1.0.0" pydantic-settings = "^2.0.2" -fastapi = {version = ">=0.109.1, <0.114.0", optional = true} +fastapi = {version = ">=0.109.1, <0.115.0", optional = true} uvicorn = {version = "^0.18.2 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.30.0", optional = true} httpx = {version = "^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0", optional = true} fedora-messaging = {version = "^3.3.0", optional = true}