mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 13:06:43 +00:00
⬆️ Update ujson ranges for CVE-2021-45958 (#4804)
This commit is contained in:
parent
0def8382b8
commit
3cbfae16cf
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ test = [
|
||||||
"peewee >=3.13.3,<4.0.0",
|
"peewee >=3.13.3,<4.0.0",
|
||||||
"databases[sqlite] >=0.3.2,<0.6.0",
|
"databases[sqlite] >=0.3.2,<0.6.0",
|
||||||
"orjson >=3.2.1,<4.0.0",
|
"orjson >=3.2.1,<4.0.0",
|
||||||
"ujson >=4.0.1,<6.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.6",
|
"python-multipart >=0.0.5,<0.0.6",
|
||||||
"flask >=1.1.2,<3.0.0",
|
"flask >=1.1.2,<3.0.0",
|
||||||
"anyio[trio] >=3.2.1,<4.0.0",
|
"anyio[trio] >=3.2.1,<4.0.0",
|
||||||
|
|
@ -92,7 +92,7 @@ all = [
|
||||||
"python-multipart >=0.0.5,<0.0.6",
|
"python-multipart >=0.0.5,<0.0.6",
|
||||||
"itsdangerous >=1.1.0,<3.0.0",
|
"itsdangerous >=1.1.0,<3.0.0",
|
||||||
"pyyaml >=5.3.1,<7.0.0",
|
"pyyaml >=5.3.1,<7.0.0",
|
||||||
"ujson >=4.0.1,<6.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",
|
||||||
"orjson >=3.2.1,<4.0.0",
|
"orjson >=3.2.1,<4.0.0",
|
||||||
"email_validator >=1.1.1,<2.0.0",
|
"email_validator >=1.1.1,<2.0.0",
|
||||||
"uvicorn[standard] >=0.12.0,<0.18.0",
|
"uvicorn[standard] >=0.12.0,<0.18.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue