diff --git a/poetry.lock b/poetry.lock index 3a14a3e..8c66072 100644 --- a/poetry.lock +++ b/poetry.lock @@ -269,18 +269,18 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.112.2" +version = "0.115.2" 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.2-py3-none-any.whl", hash = "sha256:61704c71286579cc5a598763905928f24ee98bfcc07aabe84cfefb98812bbc86"}, + {file = "fastapi-0.115.2.tar.gz", hash = "sha256:3995739e0b09fa12f984bce8fa9ae197b35d433750d3d312422d846e283697ee"}, ] [package.dependencies] pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" -starlette = ">=0.37.2,<0.39.0" +starlette = ">=0.37.2,<0.41.0" typing-extensions = ">=4.8.0" [package.extras] @@ -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 = "d13dea25937708ee1e1910235f157397a453a694b9114d01bb4572c189e38633" +content-hash = "6311a0df86e8210f6681b4d8e9065564b38dc07f5fca318688d421993a4679ba" diff --git a/pyproject.toml b/pyproject.toml index 53c66a8..50ce4fe 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.2" prometheus-client = "^0.20.0" uvicorn = { extras = ["standard"], version = "^0.30.6" } python-multipart = "^0.0.9"