diff --git a/poetry.lock b/poetry.lock index b34492a0b04624d934c885f2dc25e71153697c4b..677f810fcfb0267f732ebf47541683a7f0956ca1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -812,14 +812,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.34.0" +version = "0.34.2" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"}, - {file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"}, + {file = "uvicorn-0.34.2-py3-none-any.whl", hash = "sha256:deb49af569084536d269fe0a6d67e3754f104cf03aba7c11c40f01aadf33c403"}, + {file = "uvicorn-0.34.2.tar.gz", hash = "sha256:0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328"}, ] [package.dependencies] @@ -833,4 +833,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "ffe37921473b46c68e6f0d2120d8421a32e6c5d50246e8926ce587c8f15214c9" +content-hash = "69e9d6372cbd1517de8afd0b3964223d6b263c1e35eabf20a806a33b44f5a968" diff --git a/pyproject.toml b/pyproject.toml index a851a1936d30f0c4c42a40d34c53ee85f544bac3..6f631643734af40cbe49e65b2d4c360b8305778a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ priority = "explicit" python = "^3.9" thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" } fastapi = "0.115.11" -uvicorn = "0.34.0" +uvicorn = "0.34.2" sqlalchemy = "2.0.38" apscheduler = "3.11.0"