diff --git a/pyproject.toml b/pyproject.toml index 1742d214a..609e8f1f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ testing = [ ] dev = [ - "mypy~=1.0", + "mypy>=1,<3", "pre-commit>=3,<5", "invoke~=3.0", "types-requests", diff --git a/requirements-dev.txt b/requirements-dev.txt index 0a6c1d1af..779d71b72 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ -build==1.4.3 +build==1.5.0 invoke==3.0.3 jsondiff==2.2.1 -mypy==1.20.1 -pre-commit==4.5.1 +mypy==2.0.0 +pre-commit==4.6.0 pytest==9.0.3 pytest-asyncio==1.3.0 pytest-cov==7.1.0 -ruff==0.15.10 +ruff==0.15.12 types-pyyaml types-requests