diff --git a/pyproject.toml b/pyproject.toml index 7c400a1..e8ed004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,12 +31,12 @@ dependencies = [ dev = [ "pre-commit==3.6.1", "pytest==8.0.0", - "ruff==0.2.1" + "ruff==0.2.2" ] github-actions = [ "pytest==8.0.0", "pytest-emoji==0.2.0", "pytest-md==0.2.0", - "ruff==0.2.1", + "ruff==0.2.2", "ydiff==1.2" ]