fix(deps): update dependency fastapi to ^0.113.0 (#4161)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-05 16:44:13 +00:00 committed by GitHub
parent 4d3edbfccb
commit 41df1d67e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -637,13 +637,13 @@ cli = ["requests"]
[[package]] [[package]]
name = "fastapi" name = "fastapi"
version = "0.112.3" version = "0.113.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "fastapi-0.112.3-py3-none-any.whl", hash = "sha256:f28ef49eb91543f8419a0c9023498b5f311d6611067e2fae2bb218947c499d66"}, {file = "fastapi-0.113.0-py3-none-any.whl", hash = "sha256:c8d364485b6361fb643d53920a18d58a696e189abcb901ec03b487e35774c476"},
{file = "fastapi-0.112.3.tar.gz", hash = "sha256:9b6b41ea59ba948a07142f09d6241bda975fdb86847413136f6e2a1675d3bf25"}, {file = "fastapi-0.113.0.tar.gz", hash = "sha256:b7cf9684dc154dfc93f8b718e5850577b529889096518df44defa41e73caf50f"},
] ]
[package.dependencies] [package.dependencies]
@ -3436,4 +3436,4 @@ pgsql = ["psycopg2-binary"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "bae5b9fbb3b3b4fa9acd45bfaf6bd364ff23355eef5fe3da1c556ff40b94d358" content-hash = "71e3859f5c0f272a6f5c201774977c8969349a90bc769b4343522549a0141c62"

View File

@ -20,7 +20,7 @@ appdirs = "1.4.4"
apprise = "^1.4.5" apprise = "^1.4.5"
bcrypt = "^4.0.1" bcrypt = "^4.0.1"
extruct = "^0.17.0" extruct = "^0.17.0"
fastapi = "^0.112.0" fastapi = "^0.113.0"
httpx = "^0.27.0" httpx = "^0.27.0"
lxml = "^5.0.0" lxml = "^5.0.0"
orjson = "^3.8.0" orjson = "^3.8.0"