diff --git a/poetry.lock b/poetry.lock index 0d90457..b7e4684 100644 --- a/poetry.lock +++ b/poetry.lock @@ -354,13 +354,13 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.104.1" +version = "0.105.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.104.1-py3-none-any.whl", hash = "sha256:752dc31160cdbd0436bb93bad51560b57e525cbb1d4bbf6f4904ceee75548241"}, - {file = "fastapi-0.104.1.tar.gz", hash = "sha256:e5e4540a7c5e1dcfbbcf5b903c234feddcdcd881f191977a1c5dfd917487e7ae"}, + {file = "fastapi-0.105.0-py3-none-any.whl", hash = "sha256:f19ebf6fdc82a3281d10f2cb4774bdfa90238e3b40af3525a0c09fd08ad1c480"}, + {file = "fastapi-0.105.0.tar.gz", hash = "sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22"}, ] [package.dependencies] @@ -1505,4 +1505,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a0b0aef23432c39af213610338a1e297c9effcdda42b43ea5e5617db256bf1b1" +content-hash = "ca9969583e46ec98c42e85776565e876bc61d9776523256c517209f97ee65f4c" diff --git a/pyproject.toml b/pyproject.toml index a8451c8..38ae8f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.10" argon2-cffi = "23.1.0" beanie = "1.23.6" camel-converter = {version = "3.1.1", extras = ["pydantic"]} -fastapi = "0.104.1" +fastapi = "0.105.0" passlib = "1.7.4" pydantic = "2.5.2" pydantic-settings = "2.1.0"