diff --git a/poetry.lock b/poetry.lock index 2bf39de..7b70467 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2116,13 +2116,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.1" +version = "0.30.3" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.1-py3-none-any.whl", hash = "sha256:cd17daa7f3b9d7a24de3617820e634d0933b69eed8e33a516071174427238c81"}, - {file = "uvicorn-0.30.1.tar.gz", hash = "sha256:d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8"}, + {file = "uvicorn-0.30.3-py3-none-any.whl", hash = "sha256:94a3608da0e530cea8f69683aa4126364ac18e3826b6630d1a65f4638aade503"}, + {file = "uvicorn-0.30.3.tar.gz", hash = "sha256:0d114d0831ff1adbf231d358cbf42f17333413042552a624ea6a9b4c33dcfd81"}, ] [package.dependencies] @@ -2471,4 +2471,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "58cf4ddd8562b6d4150f80397f821764413290cb036b1cfc52525f054c27ce3e" +content-hash = "0ae05949115b8186044d2c3e62d9e0c7893b5dc5ca48b0b073e16e8e5679e826" diff --git a/pyproject.toml b/pyproject.toml index 2f213c7..97b184c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pyjwt = "2.8.0" pyright = "1.1.372" ruff = "0.5.3" edgedb-pydantic-codegen = "2024.7.2" -uvicorn = { version = "0.30.1", extras = ["standard"] } +uvicorn = { version = "0.30.3", extras = ["standard"] } pyinstrument = "4.6.2" [build-system]