diff --git a/pyproject.toml b/pyproject.toml index 40afac5..012aa80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,12 +20,12 @@ dependencies = [ dev = [ "pre-commit<5.0.0,>=4.0.1", "ruff<1.0.0,>=0.7.3", - "black<25.0.0,>=24.10.0", - "mypy<2.0.0,>=1.13.0", + "black>=24.10.0,<27.0.0", + "mypy>=1.13.0,<3.0.0", "bandit<2.0.0,>=1.7.10", "types-pyyaml<7.0.0.0,>=6.0.12.20240917", - "pytest<9.0.0,>=8.3.4", - "nox<2026.0.0,>=2025.2.9", + "pytest>=8.3.4,<10.0.0", + "nox>=2025.2.9,<2027.0.0", "jsonschema<5.0.0,>=4.23.0" ]