diff --git a/poetry.lock b/poetry.lock index c492ba66..aa608464 100644 --- a/poetry.lock +++ b/poetry.lock @@ -654,13 +654,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "fastapi" -version = "0.114.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.114.2-py3-none-any.whl", hash = "sha256:44474a22913057b1acb973ab90f4b671ba5200482e7622816d79105dcece1ac5"}, - {file = "fastapi-0.114.2.tar.gz", hash = "sha256:0adb148b62edb09e8c6eeefa3ea934e8f276dabc038c5a82989ea6346050c3da"}, + {file = "fastapi-0.115.0-py3-none-any.whl", hash = "sha256:17ea427674467486e997206a5ab25760f6b09e069f099b96f5b55a32fb6f1631"}, + {file = "fastapi-0.115.0.tar.gz", hash = "sha256:f93b4ca3529a8ebc6fc3fcf710e5efa8de3df9b41570958abf1d97d843138004"}, ] [package.dependencies] @@ -2508,4 +2508,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8d172949568a46f6a76f2f18120b4da5d540225fa03e3c09c46236a50bafe9c3" +content-hash = "e3f77e894be670f8a280c81762900c33fc3d42a61866c9940e637f003616661d" diff --git a/pyproject.toml b/pyproject.toml index cb40712a..73b719f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ requests = "^2.31.0" jira = "^3.8.0" pyhelper-utils = "^0.0.40" uwsgi = "^2.0.26" -fastapi = "^0.114.0" +fastapi = "^0.115.0" python-simple-logger = "^1.0.30" uvicorn = "^0.30.1" string-color = "^1.2.3"