diff --git a/poetry.lock b/poetry.lock index 572287aa..f29d4b72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -298,13 +298,13 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "fastapi" -version = "0.115.5" +version = "0.115.6" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.115.5-py3-none-any.whl", hash = "sha256:596b95adbe1474da47049e802f9a65ab2ffa9c2b07e7efee70eb8a66c9f2f796"}, - {file = "fastapi-0.115.5.tar.gz", hash = "sha256:0e7a4d0dc0d01c68df21887cce0945e72d3c48b9f4f79dfe7a7d53aa08fbb289"}, + {file = "fastapi-0.115.6-py3-none-any.whl", hash = "sha256:e9240b29e36fa8f4bb7290316988e90c381e5092e0cbe84e7818cc3713bcf305"}, + {file = "fastapi-0.115.6.tar.gz", hash = "sha256:9ec46f7addc14ea472958a96aae5b5de65f39721a46aaf5705c480d9a8b76654"}, ] [package.dependencies] @@ -835,4 +835,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ca743c25572d8ae0d1764152b1ff013a0fa77462ad8ed2378eeca4bf4e279e27" +content-hash = "bb22f224843f8ceff0135d0b9b23a78445b4281e9d66fb99c83de66f95e79850" diff --git a/pyproject.toml b/pyproject.toml index e81a31a0..a9688fa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -fastapi = "0.115.5" +fastapi = "0.115.6" psycopg2-binary = "2.9.10" sqlalchemy = "2.0.36" uvicorn = "0.32.1"