diff --git a/poetry.lock b/poetry.lock index 1b2679c..0090f93 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1463,13 +1463,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.1" +version = "0.30.5" 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.5-py3-none-any.whl", hash = "sha256:b2d86de274726e9878188fa07576c9ceeff90a839e2b6e25c917fe05f5a6c835"}, + {file = "uvicorn-0.30.5.tar.gz", hash = "sha256:ac6fdbd4425c5fd17a9fe39daf4d4d075da6fdc80f653e5894cdc2fd98752bee"}, ] [package.dependencies] @@ -1756,4 +1756,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b2b71e2d530fb32368a0cb2eec94edc84ab4a26c70d9ac13aa84068b788edf15" +content-hash = "578d76dcacdd73f710ce84d87c63883d66d8f9640eea929f3c068a416feb5efa" diff --git a/pyproject.toml b/pyproject.toml index 48da584..e9b7d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ start = "gh_actions_exporter.main:start" python = "^3.9" fastapi = "^0.111.1" prometheus-client = "^0.20.0" -uvicorn = { extras = ["standard"], version = "^0.30.1" } +uvicorn = { extras = ["standard"], version = "^0.30.5" } python-multipart = "^0.0.9" PyYAML = "^6.0" githubkit = "^0.10.3"