From 10c6c706f067fb68968cbc27ff4280e6a92a5867 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:44:13 +0000 Subject: [PATCH] fix(deps): update dependency fastapi to ^0.113.0 (#4161) 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 1faffc18fc9..7d1b08cb455 100644 --- a/poetry.lock +++ b/poetry.lock @@ -637,13 +637,13 @@ cli = ["requests"] [[package]] name = "fastapi" -version = "0.112.3" +version = "0.113.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.112.3-py3-none-any.whl", hash = "sha256:f28ef49eb91543f8419a0c9023498b5f311d6611067e2fae2bb218947c499d66"}, - {file = "fastapi-0.112.3.tar.gz", hash = "sha256:9b6b41ea59ba948a07142f09d6241bda975fdb86847413136f6e2a1675d3bf25"}, + {file = "fastapi-0.113.0-py3-none-any.whl", hash = "sha256:c8d364485b6361fb643d53920a18d58a696e189abcb901ec03b487e35774c476"}, + {file = "fastapi-0.113.0.tar.gz", hash = "sha256:b7cf9684dc154dfc93f8b718e5850577b529889096518df44defa41e73caf50f"}, ] [package.dependencies] @@ -3436,4 +3436,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "bae5b9fbb3b3b4fa9acd45bfaf6bd364ff23355eef5fe3da1c556ff40b94d358" +content-hash = "71e3859f5c0f272a6f5c201774977c8969349a90bc769b4343522549a0141c62" diff --git a/pyproject.toml b/pyproject.toml index 743236ed0c2..a7a183b3447 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.112.0" +fastapi = "^0.113.0" httpx = "^0.27.0" lxml = "^5.0.0" orjson = "^3.8.0"