diff --git a/poetry.lock b/poetry.lock index 52808b0..3d62964 100644 --- a/poetry.lock +++ b/poetry.lock @@ -479,14 +479,14 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.115.13" +version = "0.115.14" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "fastapi-0.115.13-py3-none-any.whl", hash = "sha256:0a0cab59afa7bab22f5eb347f8c9864b681558c278395e94035a741fc10cd865"}, - {file = "fastapi-0.115.13.tar.gz", hash = "sha256:55d1d25c2e1e0a0a50aceb1c8705cd932def273c102bff0b1c1da88b3c6eb307"}, + {file = "fastapi-0.115.14-py3-none-any.whl", hash = "sha256:6c0c8bf9420bd58f565e585036d971872472b4f7d3f6c73b698e10cffdefb3ca"}, + {file = "fastapi-0.115.14.tar.gz", hash = "sha256:b1de15cdc1c499a4da47914db35d0e4ef8f1ce62b624e94e0e5824421df99739"}, ] [package.dependencies] @@ -1669,4 +1669,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9.12,<4.0" -content-hash = "efa1cbf19c43bdfcb5a69db69c2f0cbed2e90d4d41f857a520f895478505e4bd" +content-hash = "6e5a8184ff4452fc550760426dcf8a5096cb256ed19c6b37971e9fe76a49ce79" diff --git a/pyproject.toml b/pyproject.toml index 2b39371..0c68051 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ httpx = "^0.28.1" python-dotenv = "^1.1.0" uvicorn = "^0.34.3" colorama = "^0.4.6" -fastapi = "^0.115.13" +fastapi = "^0.115.14" pydantic-core = "^2.35.1" [tool.coverage.run]