diff --git a/poetry.lock b/poetry.lock index 193e089..cf2e430 100644 --- a/poetry.lock +++ b/poetry.lock @@ -716,14 +716,14 @@ dev = ["backports.zoneinfo", "black", "build", "freezegun", "mdx_truly_sane_list [[package]] name = "python-multipart" -version = "0.0.18" +version = "0.0.20" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "python_multipart-0.0.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"}, - {file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"}, + {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]] @@ -931,4 +931,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "bdf053db6a61f9398be498ee6b73ae100d75bdc09ee66b83636b8d68f7344f10" +content-hash = "0a61b14010ca26bb6d472d686350353513bb59026703950205df5f4a0bbd71fb" diff --git a/pyproject.toml b/pyproject.toml index e5e5982..5593173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ aiosqlite = "^0.20.0" sqlalchemy = {extras = ["asyncio"], version = "^2.0.19"} alembic = "^1.11.1" python-json-logger = "^3.0.0" -python-multipart = "^0.0.18" +python-multipart = "^0.0.20" aiofiles = "^24.0.0" httpx = "^0.25.2"