diff --git a/pyproject.toml b/pyproject.toml index 428a02a..d1f5a60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "pytest-sugar==1.0.0", "pytest-codspeed", "diff-cover==9.0.0", - "ruff==0.4.1", + "ruff==0.4.2", ] [tool] @@ -44,7 +44,7 @@ rye = { dev-dependencies = [ "pytest-sugar==1.0.0", "pytest-codspeed>=2.2.0", "diff-cover==9.0.0", - "ruff==0.4.1", + "ruff==0.4.2", ] } [project.urls]