Browse Source

⬆️ Update ujson ranges for CVE-2021-45958 (#4804)

pull/4806/head
Sebastián Ramírez 3 years ago
committed by GitHub
parent
commit
3cbfae16cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pyproject.toml

4
pyproject.toml

@ -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…
Cancel
Save