diff --git a/poetry.lock b/poetry.lock index 8443cedf..2d33f96c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -584,13 +584,13 @@ idna = ">=2.0.0" [[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] @@ -3495,4 +3495,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "841a47c5420182a9f5d26389732fe537812b9770211bf81d826554601dce1071" +content-hash = "34a7479f0c94bb3c3272dd27c500271888e51ea20a898fdeb4b450747db4705e" diff --git a/pyproject.toml b/pyproject.toml index 39a3fb97..6d6eeb7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ astral = "^3.2" asyncpg = "^0.30.0" beautifulsoup4 = "^4.12.3" click = "^8.1" -fastapi = { version = "^0.115.5", extras = ["all"] } +fastapi = { version = "^0.115.6", extras = ["all"] } geoalchemy2 = "^0.16.0" greenlet = "^3.1.1" haversine = "^2.9.0"