diff --git a/poetry.lock b/poetry.lock index ce64c08..206933c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1326,13 +1326,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.5" +version = "0.30.6" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.5-py3-none-any.whl", hash = "sha256:b2d86de274726e9878188fa07576c9ceeff90a839e2b6e25c917fe05f5a6c835"}, - {file = "uvicorn-0.30.5.tar.gz", hash = "sha256:ac6fdbd4425c5fd17a9fe39daf4d4d075da6fdc80f653e5894cdc2fd98752bee"}, + {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, + {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, ] [package.dependencies] @@ -1619,4 +1619,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f2af3a088b9cb18af391aad7458e16bf2566f1b40852312390951e4c52158d74" +content-hash = "9469148e13bacc47bdbf4f228de03663ffbfbffffca17482f5e13978a088d3af" diff --git a/pyproject.toml b/pyproject.toml index 2919485..fd2f230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ start = "gh_actions_exporter.main:start" python = "^3.9" fastapi = "^0.112.0" prometheus-client = "^0.20.0" -uvicorn = { extras = ["standard"], version = "^0.30.5" } +uvicorn = { extras = ["standard"], version = "^0.30.6" } python-multipart = "^0.0.9" PyYAML = "^6.0" githubkit = "^0.10.3"