diff --git a/pyproject.toml b/pyproject.toml index 729a54f..8cab1b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,13 +51,13 @@ Funding = 'https://github.com/sponsors/yezz123' [project.optional-dependencies] lint = [ "pre-commit==4.0.1", - "mypy==1.14.0", - "ruff==0.8.4", + "mypy==1.14.1", + "ruff==0.8.6", ] test = [ "pytest==8.3.4", "pytest-cov==6.0.0", - "pytest-asyncio == 0.25.0", + "pytest-asyncio == 0.25.1", "pytest-pretty", "django-stubs", ]