diff --git a/poetry.lock b/poetry.lock index d48c9a34..d9c4c01f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2690,13 +2690,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.27.1" +version = "0.30.6" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.27.1-py3-none-any.whl", hash = "sha256:5c89da2f3895767472a35556e539fd59f7edbe9b1e9c0e1c99eebeadc61838e4"}, - {file = "uvicorn-0.27.1.tar.gz", hash = "sha256:3d9a267296243532db80c83a959a3400502165ade2c1338dea4e67915fd4745a"}, + {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, + {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, ] [package.dependencies] @@ -3059,4 +3059,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e197652730af25e0a3fa397d24405a755358a1ca783ef8a2b63ec75586933102" +content-hash = "e668457d12d7221e673db6829dfaa03ff7b13eb23b5c66c9498eb02e7383e3ca" diff --git a/pyproject.toml b/pyproject.toml index 0fa73daf..290f9cf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ xmltodict = "^0.13.0" lxml = "^5.1.0" pydantic = "^2.6.3" fastapi = "^0.110.0" -uvicorn = {extras = ["standard"], version = "^0.27.1"} +uvicorn = {extras = ["standard"], version = "^0.30.6"} apscheduler = "^3.10.4" regex = "^2023.12.25" coverage = "^7.5.4"