Update dependency ruff to ^0.3.0

This commit is contained in:
renovate[bot] 2024-02-29 16:03:29 +00:00
commit 63857f450c
2 changed files with 21 additions and 20 deletions

View file

@ -14,7 +14,7 @@ psycopg = {extras = ["binary"], version = "^3.1.18"}
gunicorn = "^21.2.0"
[tool.poetry.group.dev.dependencies]
ruff = "^0.2.2"
ruff = "^0.3.0"
djlint = "^1.34.1"
[build-system]