diff --git a/sample-apps/starlette-postgres-uvicorn/poetry.lock b/sample-apps/starlette-postgres-uvicorn/poetry.lock index fc23b3239..e1120a51c 100644 --- a/sample-apps/starlette-postgres-uvicorn/poetry.lock +++ b/sample-apps/starlette-postgres-uvicorn/poetry.lock @@ -441,14 +441,14 @@ files = [ [[package]] name = "python-multipart" -version = "0.0.20" +version = "0.0.27" description = "A streaming multipart parser for Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.20-py3-none-any.whl", hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104"}, - {file = "python_multipart-0.0.20.tar.gz", hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13"}, + {file = "python_multipart-0.0.27-py3-none-any.whl", hash = "sha256:6fccfad17a27334bd0193681b369f476eda3409f17381a2d65aa7df3f7275645"}, + {file = "python_multipart-0.0.27.tar.gz", hash = "sha256:9870a6a8c5a20a5bf4f07c017bd1489006ff8836cff097b6933355ee2b49b602"}, ] [[package]] @@ -722,4 +722,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "ac4581b897800dfc8409fcce80f884087bf6daf00a6c68f6dc14875b2a348af9" +content-hash = "3bb60359179aabf8c96a6087ac57e1c9607353b36097cbe98f3e67a6e6385f59" diff --git a/sample-apps/starlette-postgres-uvicorn/pyproject.toml b/sample-apps/starlette-postgres-uvicorn/pyproject.toml index 18c2b8d9e..e399a93de 100644 --- a/sample-apps/starlette-postgres-uvicorn/pyproject.toml +++ b/sample-apps/starlette-postgres-uvicorn/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "asyncpg (>=0.30.0,<0.31.0)", "cryptography (>=44.0.0,<45.0.0)", "uvicorn (>=0.34.0,<0.35.0)", - "python-multipart (>=0.0.20,<0.0.21)", + "python-multipart (>=0.0.27,<0.0.28)", ] [build-system]