diff --git a/pyproject.toml b/pyproject.toml index 023b452..556ada6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,8 @@ dev = [ lint = [ "black~=23.10", "codespell[toml]~=2.2", - "ruff~=0.1.10", - "yamllint==1.32" + "ruff~=0.4.2", + "yamllint==1.35.1" ] types = [ "mypy[reports]~=1.8"