diff --git a/pyproject.toml b/pyproject.toml index 887b98b..8dae0ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ test = [ "pytest-django", ] lint = [ - "ruff==0.11.9", + "ruff==0.11.10", "msgcheck==4.1.0", ]