diff --git a/pyproject.toml b/pyproject.toml index c4c43425c..0aef52b5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ testing = [ dev = [ "mypy~=1.0", "pre-commit>=3,<5", - "invoke~=2.0", + "invoke>=2,<4", "types-requests", "types-pyyaml", "ruff~=0.1", diff --git a/requirements-dev.txt b/requirements-dev.txt index 920051668..0e4e66817 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ -build==1.4.0 -invoke==2.2.1 +build==1.4.2 +invoke==3.0.0 jsondiff==2.2.1 -mypy==1.19.1 +mypy==1.20.0 pre-commit==4.5.1 pytest==9.0.2 pytest-asyncio==1.3.0 -pytest-cov==7.0.0 -ruff==0.14.11 +pytest-cov==7.1.0 +ruff==0.15.9 types-pyyaml types-requests