diff --git a/poetry.lock b/poetry.lock index f933287..dfb085e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1956,13 +1956,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.3" +version = "0.30.5" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.3-py3-none-any.whl", hash = "sha256:94a3608da0e530cea8f69683aa4126364ac18e3826b6630d1a65f4638aade503"}, - {file = "uvicorn-0.30.3.tar.gz", hash = "sha256:0d114d0831ff1adbf231d358cbf42f17333413042552a624ea6a9b4c33dcfd81"}, + {file = "uvicorn-0.30.5-py3-none-any.whl", hash = "sha256:b2d86de274726e9878188fa07576c9ceeff90a839e2b6e25c917fe05f5a6c835"}, + {file = "uvicorn-0.30.5.tar.gz", hash = "sha256:ac6fdbd4425c5fd17a9fe39daf4d4d075da6fdc80f653e5894cdc2fd98752bee"}, ] [package.dependencies] @@ -2159,4 +2159,4 @@ docs = ["Sphinx", "elementpath (>=4.4.0,<5.0.0)", "jinja2", "sphinx-rtd-theme"] [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "08cf89dd6ab94028cbd4e9ebd0d70d1f6931626c568667de058bbd3ad331fcf1" +content-hash = "a6b0fb1ef64e6c020683efd67711bc1543a74731d19f9ae01d82b9ce642ec443" diff --git a/pyproject.toml b/pyproject.toml index c4e64f0..6aa5e81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ fastapi = {extras = ["all"], version = "^0.111.1"} gunicorn = "^23.0.0" lxml = "^5.2.2" python-multipart = "^0.0.9" -uvicorn = {extras = ["standard"], version = "^0.30.3"} +uvicorn = {extras = ["standard"], version = "^0.30.5"} xmlschema = "^3.3.2" GDAL = "3.2.2.1"