We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828a59c commit 98e1d97Copy full SHA for 98e1d97
1 file changed
requirements.txt
@@ -24,7 +24,7 @@ pydantic>=2.0.0,<3.0.0
24
# pytest 9 requires Python >=3.10; keep <9 for Python 3.9 (pytest 9 dropped 3.9 support)
25
# CVE-2025-71176 is fixed in 9.0.3 (only available for Python >=3.10)
26
pytest>=9.0.3; python_version >= "3.10"
27
-pytest>=9.1.1,<10; python_version < "3.10"
+pytest>=7.4.0,<9; python_version < "3.10"
28
pytest-django>=4.5.2
29
pytest-asyncio>=0.21.1
30
pytest-cov>=7.0.0
0 commit comments