diff --git a/pyproject.toml b/pyproject.toml index d20c9f58..4fb68e05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Homepage = "https://github.com/testing-cabal/testtools" test = ["fixtures", "testscenarios", "testresources"] twisted = ["Twisted", "fixtures"] dev = [ - "ruff==0.15.15", + "ruff==0.15.17", "mypy>=1.20.0", "typing-extensions;python_version<'3.11'", ]