Browse Source

Merge pull request from GHSA-qf9m-vfgh-m389

pull/11085/head
Sebastián Ramírez 1 year ago
committed by GitHub
parent
commit
9d34ad0ee8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      pyproject.toml
  2. 2
      requirements-tests.txt

2
pyproject.toml

@ -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",

2
requirements-tests.txt

@ -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

Loading…
Cancel
Save