diff --git a/pyproject.toml b/pyproject.toml index 625f70d..40d4525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "pytest-django", ] lint = [ - "ruff==0.13.2", + "ruff==0.13.3", "pyupgrade==3.20.0", "django-upgrade==1.28.0", ]