diff --git a/poetry.lock b/poetry.lock index 0cb47b6..0b8716f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiosqlite" @@ -576,13 +576,13 @@ test = ["pytest (>=6)"] [[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] @@ -2297,4 +2297,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c533f400901e678b111fa9a61c2c764bc65f034fdd64bf86932cbf408c353165" +content-hash = "6c641ea4ddb7a122fd6b8fdf167b4fc4047cfc0c099607503b952c43c4036530" diff --git a/pyproject.toml b/pyproject.toml index 2281ad9..f3fcaa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ semver = ">=3.0.0.dev2" tomli = "^2.2.1" tomli-w = "^1.1.0" wildcard-matcher = "^0.0.3" -fastapi = "0.115.5" +fastapi = "0.115.6" uvicorn = "^0.32.1" aiosqlite = "^0.20.0" SQLAlchemy = "^2.0.36"