Browse Source

⬆️ Upgrade test dependencies: Black, HTTPX, databases, types-ujson (#5399)

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

8
pyproject.toml

@ -53,14 +53,14 @@ test = [
"pytest-cov >=2.12.0,<4.0.0",
"mypy ==0.971",
"flake8 >=3.8.3,<6.0.0",
"black == 22.3.0",
"black == 22.8.0",
"isort >=5.0.6,<6.0.0",
"requests >=2.24.0,<3.0.0",
"httpx >=0.14.0,<0.19.0",
"httpx >=0.23.0,<0.24.0",
"email_validator >=1.1.1,<2.0.0",
"sqlalchemy >=1.3.18,<1.5.0",
"peewee >=3.13.3,<4.0.0",
"databases[sqlite] >=0.3.2,<0.6.0",
"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.6",
@ -71,7 +71,7 @@ test = [
"passlib[bcrypt] >=1.7.2,<2.0.0",
# types
"types-ujson ==4.2.1",
"types-ujson ==5.4.0",
"types-orjson ==3.6.2",
]
doc = [

Loading…
Cancel
Save