This commit is contained in:
Asif Saif Uddin {"Auvi":"অভি"} 2025-12-10 09:09:37 +01:00 committed by GitHub
commit 2941d10141
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,9 @@
# 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
setuptools>=77.0.3