]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
Merge pull request from GHSA-qf9m-vfgh-m389
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 3 Feb 2024 12:32:42 +0000 (13:32 +0100)
committerGitHub <noreply@github.com>
Sat, 3 Feb 2024 12:32:42 +0000 (13:32 +0100)
pyproject.toml
requirements-tests.txt

index 3e43f35e17cac3a3af50861de4e5d5cd8b4d7870..31d9c59b38805c0019c03f0e68d1a3d40ef7d393 100644 (file)
@@ -56,7 +56,7 @@ Repository = "https://github.com/tiangolo/fastapi"
 all = [
     "httpx >=0.23.0",
     "jinja2 >=2.11.2",
-    "python-multipart >=0.0.5",
+    "python-multipart >=0.0.7",
     "itsdangerous >=1.1.0",
     "pyyaml >=5.3.1",
     "ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0",
index e1a976c1382340c48bef4ee3b239d6f113fa2b39..a5586c5cef6387a8839ca5590affd5c0b2fcfc73 100644 (file)
@@ -13,7 +13,7 @@ sqlalchemy >=1.3.18,<1.4.43
 databases[sqlite] >=0.3.2,<0.7.0
 orjson >=3.2.1,<4.0.0
 ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0
-python-multipart >=0.0.5,<0.0.7
+python-multipart >=0.0.7,<0.1.0
 flask >=1.1.2,<3.0.0
 anyio[trio] >=3.2.1,<4.0.0
 python-jose[cryptography] >=3.3.0,<4.0.0