diff --git a/pyproject.toml b/pyproject.toml index 00cac2b..3734748 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dev = [ "pytest-cov", "pytest-subtests", "black==26.1.0", - "ruff==0.8.3", + "ruff==0.14.14", "mypy", "types-PyYAML", "pre-commit", diff --git a/requirements-dev.txt b/requirements-dev.txt index 1e115d1..1ce58cf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ pytest-cov==4.0.0 pytest-subtests==0.11.0 black==26.1.0 -ruff==0.5.6 +ruff==0.14.14 mypy==1.10.0 types-PyYAML==6.0.12.20240311 pre-commit==3.7.1