diff --git a/pyproject.toml b/pyproject.toml index 674d19c..cc72855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,15 +49,15 @@ Homepage = "https://github.com/yezz123/pyngo" [dependency-groups] lint = [ - "mypy==1.19.1", + "mypy==1.20.1", "pre-commit==4.5.1", - "ruff==0.15.6", + "ruff==0.15.10", ] test = [ "django-stubs", - "pytest==9.0.2", + "pytest==9.0.3", "pytest-asyncio == 1.3.0", - "pytest-cov==7.0.0", + "pytest-cov==7.1.0", "pytest-pretty", ]