diff --git a/poetry.lock b/poetry.lock index 103b4ed..126e592 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiofiles" @@ -3328,13 +3328,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.12" +version = "0.0.20" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.12-py3-none-any.whl", hash = "sha256:43dcf96cf65888a9cd3423544dd0d75ac10f7aa0c3c28a175bbcd00c9ce1aebf"}, - {file = "python_multipart-0.0.12.tar.gz", hash = "sha256:045e1f98d719c1ce085ed7f7e1ef9d8ccc8c02ba02b5566d5f7521410ced58cb"}, + {file = "python_multipart-0.0.20-py3-none-any.whl", hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104"}, + {file = "python_multipart-0.0.20.tar.gz", hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13"}, ] [[package]] @@ -4301,4 +4301,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "988f5466155cf40e0aa99b47cac7e0047b6aa5a76a066e5ba9baa1f755dff7e5" +content-hash = "e20936fc821d96cf2ddf05f90cb0594f2488d5a99179b7b428f0051c12273da2" diff --git a/pyproject.toml b/pyproject.toml index 411c77f..b04cbbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ fastapi-profiler = "^1.3.0" email-validator = "2.1.1" pydantic = {version = "2.7.1", extras = ["email"]} pydantic-settings = "^2.0.3" -python-multipart = "0.0.12" +python-multipart = "0.0.20" python-dotenv = "1.0.1" PyMySQL = "1.1.1" SQLAlchemy = {version = "2.0.30", extras = ["mypy", "asyncio"]}