Skip to content

Commit 9d34ad0

Browse files
authored
Merge pull request from GHSA-qf9m-vfgh-m389
1 parent ebf9723 commit 9d34ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Repository = "https://github.com/tiangolo/fastapi"
5656
all = [
5757
"httpx >=0.23.0",
5858
"jinja2 >=2.11.2",
59-
"python-multipart >=0.0.5",
59+
"python-multipart >=0.0.7",
6060
"itsdangerous >=1.1.0",
6161
"pyyaml >=5.3.1",
6262
"ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0",

requirements-tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sqlalchemy >=1.3.18,<1.4.43
1313
databases[sqlite] >=0.3.2,<0.7.0
1414
orjson >=3.2.1,<4.0.0
1515
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
16-
python-multipart >=0.0.5,<0.0.7
16+
python-multipart >=0.0.7,<0.1.0
1717
flask >=1.1.2,<3.0.0
1818
anyio[trio] >=3.2.1,<4.0.0
1919
python-jose[cryptography] >=3.3.0,<4.0.0

0 commit comments

Comments
 (0)