diff --git a/poetry.lock b/poetry.lock index bd07839..bc1c998 100644 --- a/poetry.lock +++ b/poetry.lock @@ -680,18 +680,15 @@ files = [ [[package]] name = "python-multipart" -version = "0.0.6" +version = "0.0.18" description = "A streaming multipart parser for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.6-py3-none-any.whl", hash = "sha256:ee698bab5ef148b0a760751c261902cd096e57e10558e11aca17646b74ee1c18"}, - {file = "python_multipart-0.0.6.tar.gz", hash = "sha256:e9925a80bb668529f1b67c7fdb0a5dacdd7cbfc6fb0bff3ea443fe22bdd62132"}, + {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.extras] -dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==1.7.3)", "more-itertools (==4.3.0)", "pbr (==4.3.0)", "pluggy (==1.0.0)", "py (==1.11.0)", "pytest (==7.2.0)", "pytest-cov (==4.0.0)", "pytest-timeout (==2.1.0)", "pyyaml (==5.1)"] - [[package]] name = "requests" version = "2.32.3" @@ -887,4 +884,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9b17f30da102c428c0dff231eec205e96be8715e9307e6e1b03d8b8eea69cb28" +content-hash = "426b81391ffcdf73936caba86132667bcd4d611f7a72e4e27d0ae182f7e47837" diff --git a/pyproject.toml b/pyproject.toml index bfcf87c..f50fdea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ aiosqlite = "^0.19.0" sqlalchemy = {extras = ["asyncio"], version = "^2.0.19"} alembic = "^1.11.1" python-json-logger = "^2.0.7" -python-multipart = "^0.0.6" +python-multipart = "^0.0.18" aiofiles = "^23.2.1" httpx = "^0.25.2"