From: Marcelo Trylesinski Date: Sun, 20 Oct 2024 12:25:43 +0000 (+0200) Subject: Bump minimum `python-multipart` version to 0.0.13 (#2734) X-Git-Tag: 0.41.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=342410d250687ec6bba16c20e3d309ae34826802;p=thirdparty%2Fstarlette.git Bump minimum `python-multipart` version to 0.0.13 (#2734) --- diff --git a/pyproject.toml b/pyproject.toml index a532e462..0dde83c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ full = [ "itsdangerous", "jinja2", - "python-multipart>=0.0.7", + "python-multipart>=0.0.13", "pyyaml", "httpx>=0.22.0", ]