Update dependency ruff to ^0.9.0

This commit is contained in:
renovate[bot]
2025-01-09 14:33:07 +00:00
committed by GitHub
parent fcce70132f
commit 0b4b95af3a
2 changed files with 21 additions and 21 deletions

View File

@@ -16,7 +16,7 @@ gunicorn = "^23.0.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
ruff = "^0.8.0"
ruff = "^0.9.0"
pytest-mock = "^3.12.0"
pytest-flask = "^1.3.0"