From fc749f520a82934c03b4f077ddef5c661da31bd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 21:57:57 -0500 Subject: [PATCH] fix(deps): update dependency fastapi to ^0.114.0 (#4169) Co-authored-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 a46a543b3dd..ff828cbbdce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -637,13 +637,13 @@ cli = ["requests"] [[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 = false 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] @@ -3437,4 +3437,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "71e3859f5c0f272a6f5c201774977c8969349a90bc769b4343522549a0141c62" +content-hash = "56ba1c022f27506ca044a9736690a1ad7d328d348785aa088e2f8784f046af22" diff --git a/pyproject.toml b/pyproject.toml index a7a183b3447..c45d06668a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ appdirs = "1.4.4" apprise = "^1.4.5" bcrypt = "^4.0.1" extruct = "^0.17.0" -fastapi = "^0.113.0" +fastapi = "^0.114.0" httpx = "^0.27.0" lxml = "^5.0.0" orjson = "^3.8.0"