diff --git a/poetry.lock b/poetry.lock index 103b4ed..e8694c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3328,13 +3328,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.12" +version = "0.0.18" 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.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"}, + {file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"}, ] [[package]] @@ -4301,4 +4301,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "988f5466155cf40e0aa99b47cac7e0047b6aa5a76a066e5ba9baa1f755dff7e5" +content-hash = "3ae0c4a93dcc02d309477e1226255f3ee696ac9ac8e44757d437f5d427fe1759" diff --git a/pyproject.toml b/pyproject.toml index 411c77f..aaaae9e 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.18" python-dotenv = "1.0.1" PyMySQL = "1.1.1" SQLAlchemy = {version = "2.0.30", extras = ["mypy", "asyncio"]}