diff --git a/poetry.lock b/poetry.lock index cfde4bb..ba2ba61 100644 --- a/poetry.lock +++ b/poetry.lock @@ -908,13 +908,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.23.2" +version = "0.24.0.post1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"}, - {file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"}, + {file = "uvicorn-0.24.0.post1-py3-none-any.whl", hash = "sha256:7c84fea70c619d4a710153482c0d230929af7bcf76c7bfa6de151f0a3a80121e"}, + {file = "uvicorn-0.24.0.post1.tar.gz", hash = "sha256:09c8e5a79dc466bdf28dead50093957db184de356fcdc48697bad3bde4c2588e"}, ] [package.dependencies] @@ -1166,4 +1166,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "97868fc77bc575dbaaaba864b5bb66e5e0831a7358abc3420130e2d287fe3d5b" +content-hash = "b6a17233df2b1af61578892d745cb512cb5193da240d708de7e449922f9916ee" diff --git a/pyproject.toml b/pyproject.toml index 6e88759..ce677e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" fastapi = "^0.103.0" -uvicorn = {extras = ["standard"], version = "^0.23.2"} +uvicorn = {extras = ["standard"], version = "^0.24.0"} requests = "^2.31.0" selectolax = "^0.3.17" pydantic-core = "^2.11.0"