diff --git a/pyproject.toml b/pyproject.toml index ed1b868..97bf117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,8 +55,8 @@ lint = [ ] test = [ "pytest==8.1.1", + "pytest-cov==5.0.0", "pytest-asyncio == 0.23.6", - "pytest-cov==4.1.0", "pytest-pretty", "django-stubs", ]