diff --git a/backend-py/poetry.lock b/backend-py/poetry.lock index ec2d1c4..92548a2 100644 --- a/backend-py/poetry.lock +++ b/backend-py/poetry.lock @@ -305,19 +305,18 @@ idna = ">=2.0.0" [[package]] name = "fastapi" -version = "0.105.0" +version = "0.108.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.105.0-py3-none-any.whl", hash = "sha256:f19ebf6fdc82a3281d10f2cb4774bdfa90238e3b40af3525a0c09fd08ad1c480"}, - {file = "fastapi-0.105.0.tar.gz", hash = "sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22"}, + {file = "fastapi-0.108.0-py3-none-any.whl", hash = "sha256:8c7bc6d315da963ee4cdb605557827071a9a7f95aeb8fcdd3bde48cdc8764dd7"}, + {file = "fastapi-0.108.0.tar.gz", hash = "sha256:5056e504ac6395bf68493d71fcfc5352fdbd5fda6f88c21f6420d80d81163296"}, ] [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" +starlette = ">=0.29.0,<0.33.0" typing-extensions = ">=4.8.0" [package.extras] @@ -1150,13 +1149,13 @@ sqlcipher = ["sqlcipher3-binary"] [[package]] name = "starlette" -version = "0.27.0" +version = "0.32.0.post1" description = "The little ASGI library that shines." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "starlette-0.27.0-py3-none-any.whl", hash = "sha256:918416370e846586541235ccd38a474c08b80443ed31c578a418e2209b3eef91"}, - {file = "starlette-0.27.0.tar.gz", hash = "sha256:6a6b0d042acb8d469a01eba54e9cda6cbd24ac602c4cd016723117d6a7e73b75"}, + {file = "starlette-0.32.0.post1-py3-none-any.whl", hash = "sha256:cd0cb10ddb49313f609cedfac62c8c12e56c7314b66d89bb077ba228bada1b09"}, + {file = "starlette-0.32.0.post1.tar.gz", hash = "sha256:e54e2b7e2fb06dff9eac40133583f10dfa05913f5a85bf26f427c7a40a9a3d02"}, ] [package.dependencies] @@ -1359,4 +1358,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0d9c4aa086b313e192c8800be01d4579741ada5a3bd8f45659dffddf83eb8be1" +content-hash = "633e3bd8b35ec89290691b8b5bfb2bdd0ecf86a92e29c8cf44a4cbc70c8e4a4c" diff --git a/backend-py/pyproject.toml b/backend-py/pyproject.toml index 1e3eed0..b6e372f 100644 --- a/backend-py/pyproject.toml +++ b/backend-py/pyproject.toml @@ -8,7 +8,7 @@ packages = [{ include = "backend_python" }] [tool.poetry.dependencies] python = "^3.11" -fastapi = "^0.105.0" +fastapi = "^0.108.0" uvicorn = "^0.25.0" sqlalchemy = "^2.0.21" pydantic = {version ="^1.10.9", extras = ["email"]}