diff --git a/requirements-dev.txt b/requirements-dev.txt index adf7a015f..920051668 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ -build==1.3.0 +build==1.4.0 invoke==2.2.1 jsondiff==2.2.1 -mypy==1.19.0 -pre-commit==4.5.0 -pytest==9.0.1 +mypy==1.19.1 +pre-commit==4.5.1 +pytest==9.0.2 pytest-asyncio==1.3.0 pytest-cov==7.0.0 -ruff==0.14.7 +ruff==0.14.11 types-pyyaml types-requests