Skip to content

Commit 98e1d97

Browse files
authored
Fix pytest 3.9 CI constraint
1 parent 828a59c commit 98e1d97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pydantic>=2.0.0,<3.0.0
2424
# pytest 9 requires Python >=3.10; keep <9 for Python 3.9 (pytest 9 dropped 3.9 support)
2525
# CVE-2025-71176 is fixed in 9.0.3 (only available for Python >=3.10)
2626
pytest>=9.0.3; python_version >= "3.10"
27-
pytest>=9.1.1,<10; python_version < "3.10"
27+
pytest>=7.4.0,<9; python_version < "3.10"
2828
pytest-django>=4.5.2
2929
pytest-asyncio>=0.21.1
3030
pytest-cov>=7.0.0

0 commit comments

Comments
 (0)