fix(deps): update dependency fastapi to ^0.114.0 (#4169)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-06 21:57:57 -05:00 committed by GitHub
parent 5b3be18fe2
commit fc749f520a
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]]
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"

View File

@ -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"