diff --git a/pyproject.toml b/pyproject.toml index bbfb0cd..4ecd49c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,18 +34,18 @@ dependencies = [] [dependency-groups] dev = [ "atomicwrites==1.4.1", - "attrs==23.2.0", - "coverage==7.4.4", - "more-itertools==10.2.0", - "pbr==6.0.0", - "pluggy==1.4.0", + "attrs==25.4.0", + "coverage==7.10.7", + "more-itertools==10.8.0", + "pbr==7.0.3", + "pluggy==1.6.0", "py==1.11.0", - "pytest==8.1.1", - "pytest-cov==5.0.0", - "PyYAML==6.0.1", - "invoke==2.2.0", - "pytest-timeout==2.3.1", - "ruff==0.11.7", + "pytest==8.4.2", + "pytest-cov==7.0.0", + "PyYAML==6.0.3", + "invoke==2.2.1", + "pytest-timeout==2.4.0", + "ruff==0.14.7", "mypy", "types-PyYAML", "atheris==2.3.0; python_version <= '3.11'",