diff --git a/pyproject.toml b/pyproject.toml index d1512b9..fd53f48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,12 +33,12 @@ dynamic = [ [project.optional-dependencies] dev = [ - "pre-commit==3.8.0", - "mypy==1.11.1", + "pre-commit==4.0.1", + "mypy==1.12.1", ] test = [ - "coverage[toml]==7.6.0", - "pytest==8.3.2", + "coverage[toml]==7.6.4", + "pytest==8.3.3", "pytest-cov==5.0.0", "pytest-icdiff==0.9", "pytest-sugar==1.0.0",