diff --git a/pyproject.toml b/pyproject.toml index afeb10c..10f131f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "pytest-django", ] lint = [ - "ruff==0.13.3", + "ruff==0.14.0", "pyupgrade==3.20.0", "django-upgrade==1.29.0", ]