diff --git a/poetry.lock b/poetry.lock index 6cd6cb8..112626d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1608,18 +1608,16 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.5" +version = "0.0.22" description = "A streaming multipart parser for Python" optional = false -python-versions = "*" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python-multipart-0.0.5.tar.gz", hash = "sha256:f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43"}, + {file = "python_multipart-0.0.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155"}, + {file = "python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58"}, ] -[package.dependencies] -six = ">=1.4.0" - [[package]] name = "pytokens" version = "0.2.0" @@ -2290,4 +2288,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "df6607b015637d73a0a073381e2717371c342203ccc14415e3fa3106757814ae" +content-hash = "31cc9a7cdcd358b11f687a9440eaee437277a29a152932ba5784952180eaed6b" diff --git a/pyproject.toml b/pyproject.toml index 98f1c7a..abfad39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "idna==3.3", "pycparser==2.21", "PyNaCl==1.5.0", - "python-multipart==0.0.5", + "python-multipart==0.0.22", "PyYAML==6.0", "six==1.16.0", "sniffio==1.2.0",