mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-22 03:34:24 +03:00
Update pytest and attrs versions in requirements
This commit is contained in:
parent
653343cf32
commit
eb2451e47d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user