Update pytest and attrs versions in requirements

This commit is contained in:
Asif Saif Uddin {"Auvi":"অভি"} 2025-10-20 23:28:25 +06:00 committed by GitHub
parent 653343cf32
commit eb2451e47d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
# Pytest for running the tests.
pytest>=7.0.1,<8.0
pytest-cov>=4.0.0,<5.0
pytest-django>=4.5.2,<5.0
importlib-metadata<5.0
pytest>=7.0.1,<9.0
pytest-cov>=4.0.0,<8.0
pytest-django>=4.11.1,<5.0
importlib-metadata<8.7.0
# temporary pin of attrs
attrs==22.1.0
attrs==25.4.0
pytz # Remove when dropping support for Django<5.0