bump ruff (0.5.1 -> 0.5.5)

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-07-28 15:45:42 -04:00
parent 3ab655f765
commit 8f5dd829b0
2 changed files with 21 additions and 21 deletions

View File

@ -14,7 +14,7 @@ sqlalchemy = "^2.0.31"
main = "app.main:main"
[tool.poetry.group.dev.dependencies]
ruff = "0.5.1"
ruff = "0.5.5"
[build-system]
requires = ["poetry-core"]