diff --git a/poetry.lock b/poetry.lock index 1c07e08..539fde0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2216,16 +2216,17 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.5" +version = "0.0.7" description = "A streaming multipart parser for Python" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "python-multipart-0.0.5.tar.gz", hash = "sha256:f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43"}, + {file = "python_multipart-0.0.7-py3-none-any.whl", hash = "sha256:b1fef9a53b74c795e2347daac8c54b252d9e0df9c619712691c1cc8021bd3c49"}, + {file = "python_multipart-0.0.7.tar.gz", hash = "sha256:288a6c39b06596c1b988bb6794c6fbc80e6c369e35e5062637df256bee0c9af9"}, ] -[package.dependencies] -six = ">=1.4.0" +[package.extras] +dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==2.2.0)", "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 = "python-pptx" @@ -3203,4 +3204,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10.12" -content-hash = "4de5c6234219459c81d610c2f843e4680a6508273c36304cd50325234fae010b" +content-hash = "41c54298d2a6ffad6a402ffbf9766a15964796f11a98c93312b0ba8ae0aad499" diff --git a/pyproject.toml b/pyproject.toml index 3740776..c59eff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ markupsafe = "2.0.1" orjson = "3.9.15" promise = "2.3" python-dotenv = "0.17.1" -python-multipart = "0.0.5" +python-multipart = "0.0.7" pyyaml = "^6.0.1" rx = "1.6.1" six = "1.16.0"