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