diff --git a/pyproject.toml b/pyproject.toml index 8371a8e3..9d6f1e86 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.11", + "ruff==0.15.12", "mypy>=1.20.0", "typing-extensions;python_version<'3.11'", ]