diff --git a/server/poetry.lock b/server/poetry.lock index d4b9289..5f3c035 100644 --- a/server/poetry.lock +++ b/server/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aerich" @@ -719,14 +719,14 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.27" +version = "0.0.31" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.27-py3-none-any.whl", hash = "sha256:6fccfad17a27334bd0193681b369f476eda3409f17381a2d65aa7df3f7275645"}, - {file = "python_multipart-0.0.27.tar.gz", hash = "sha256:9870a6a8c5a20a5bf4f07c017bd1489006ff8836cff097b6933355ee2b49b602"}, + {file = "python_multipart-0.0.31-py3-none-any.whl", hash = "sha256:8408153d68a9773291fc1da39a8b85a50044bddbabd2dd72e9229776b7b15e28"}, + {file = "python_multipart-0.0.31.tar.gz", hash = "sha256:fc631183bb13e56db3158a4909908dfb2e23565286744e798241e63750e5d680"}, ] [[package]] @@ -1222,4 +1222,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "41efff30da75e8a630e62d13ef5c28725dbcb1d672d3a8f2d5c53806b9b7626f" +content-hash = "2f6e3e41c4fe073f182b96161d8d9b55998e61d65bcce6d47ada46a8090bc572" diff --git a/server/pyproject.toml b/server/pyproject.toml index 2e98025..851746c 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -17,7 +17,7 @@ itsdangerous = "^2.2.0" aerich = "^0.7.2" uvicorn = {extras = ["standard"], version = "^0.31.0"} passlib = "^1.7.4" -python-multipart = ">=0.0.22,<0.0.28" +python-multipart = ">=0.0.22,<0.0.32" [tool.poetry.group.dev.dependencies] fastapi = {extras = ["dev"], version = "^0.120.1"}