diff --git a/app/poetry.lock b/app/poetry.lock index 9e20e13..222acb0 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -333,16 +333,17 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.101.1" +version = "0.103.2" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.7" files = [ - {file = "fastapi-0.101.1-py3-none-any.whl", hash = "sha256:aef5f8676eb1b8389952e1fe734abe20f04b71f6936afcc53b320ba79b686a4b"}, - {file = "fastapi-0.101.1.tar.gz", hash = "sha256:7b32000d14ca9992f7461117b81e4ef9ff0c07936af641b4fe40e67d5f9d63cb"}, + {file = "fastapi-0.103.2-py3-none-any.whl", hash = "sha256:3270de872f0fe9ec809d4bd3d4d890c6d5cc7b9611d721d6438f9dacc8c4ef2e"}, + {file = "fastapi-0.103.2.tar.gz", hash = "sha256:75a11f6bfb8fc4d2bec0bd710c2d5f2829659c0e8c0afd5560fdda6ce25ec653"}, ] [package.dependencies] +anyio = ">=3.7.1,<4.0.0" pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" starlette = ">=0.27.0,<0.28.0" typing-extensions = ">=4.5.0" @@ -1236,4 +1237,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a039b1185aff0fb7071755e2cbc774277c8d05c0bde6bab0f949098b22ea10d5" +content-hash = "04c46cebb3b55067d0f3c308043acd921df89afc2a78f3b00e06ec4012ff2751" diff --git a/app/pyproject.toml b/app/pyproject.toml index 403b76c..0e4845e 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Christian Busch "] [tool.poetry.dependencies] python = "^3.10" -fastapi = "^0.101.1" +fastapi = "^0.103.2" uvicorn = "^0.23.2" pydantic = "^1.10.12" sentry-sdk = "^1.29.2"