]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update test dependencies, upgrade Pytest, move dependencies from dev to test (...
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 15 Sep 2022 13:01:46 +0000 (15:01 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Sep 2022 13:01:46 +0000 (13:01 +0000)
pyproject.toml

index 6400a942b3084b70d628c1bfa8b3c3c0c6e169bc..744854f2bab6634ac7f04dd0ae7cf17bb12eea59 100644 (file)
@@ -49,7 +49,7 @@ Documentation = "https://fastapi.tiangolo.com/"
 
 [project.optional-dependencies]
 test = [
-    "pytest >=6.2.4,<7.0.0",
+    "pytest >=7.1.3,<8.0.0",
     "pytest-cov >=2.12.0,<4.0.0",
     "mypy ==0.910",
     "flake8 >=3.8.3,<6.0.0",
@@ -66,6 +66,9 @@ test = [
     "python-multipart >=0.0.5,<0.0.6",
     "flask >=1.1.2,<3.0.0",
     "anyio[trio] >=3.2.1,<4.0.0",
+    "python-jose[cryptography] >=3.3.0,<4.0.0",
+    "pyyaml >=5.3.1,<7.0.0",
+    "passlib[bcrypt] >=1.7.2,<2.0.0",
 
     # types
     "types-ujson ==4.2.1",
@@ -82,8 +85,6 @@ doc = [
     "pyyaml >=5.3.1,<7.0.0",
 ]
 dev = [
-    "python-jose[cryptography] >=3.3.0,<4.0.0",
-    "passlib[bcrypt] >=1.7.2,<2.0.0",
     "autoflake >=1.4.0,<2.0.0",
     "flake8 >=3.8.3,<6.0.0",
     "uvicorn[standard] >=0.12.0,<0.18.0",