diff --git a/poetry.lock b/poetry.lock index 5895e28..501840b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -269,13 +269,13 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.112.2" +version = "0.115.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.112.2-py3-none-any.whl", hash = "sha256:db84b470bd0e2b1075942231e90e3577e12a903c4dc8696f0d206a7904a7af1c"}, - {file = "fastapi-0.112.2.tar.gz", hash = "sha256:3d4729c038414d5193840706907a41839d839523da6ed0c2811f1168cac1798c"}, + {file = "fastapi-0.115.0-py3-none-any.whl", hash = "sha256:17ea427674467486e997206a5ab25760f6b09e069f099b96f5b55a32fb6f1631"}, + {file = "fastapi-0.115.0.tar.gz", hash = "sha256:f93b4ca3529a8ebc6fc3fcf710e5efa8de3df9b41570958abf1d97d843138004"}, ] [package.dependencies] @@ -1621,4 +1621,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fe6654929ffd0fc6e4a47d48705f6e1d269bb941542a4a73bcaa3678db02adb4" +content-hash = "28d40b127b92b00dd1cfb87a6a0496dea3dfe5108a9f59f0737dc47ec68fecf1" diff --git a/pyproject.toml b/pyproject.toml index 11e094e..1c95e98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ start = "gh_actions_exporter.main:start" [tool.poetry.dependencies] python = "^3.9" -fastapi = "^0.112.2" +fastapi = "^0.115.0" prometheus-client = "^0.20.0" uvicorn = { extras = ["standard"], version = "^0.30.6" } python-multipart = "^0.0.9"