diff --git a/pyproject.toml b/pyproject.toml index 6d7d3f5..98c40f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,12 +50,12 @@ Funding = 'https://github.com/sponsors/yezz123' [project.optional-dependencies] lint = [ "pre-commit==4.0.1", - "mypy==1.12.1", - "ruff==0.8.0", + "mypy==1.13.0", + "ruff==0.8.1", ] test = [ - "pytest==8.3.3", - "pytest-cov==5.0.0", + "pytest==8.3.4", + "pytest-cov==6.0.0", "pytest-asyncio == 0.24.0", "pytest-pretty", "django-stubs",