Merge pull request 'chore(deps): update dependency ruff to ^0.7.3' (#253) from renovate/ruff-0.x into master
Some checks are pending
divent / lint (push) Waiting to run
divent / docker (push) Blocked by required conditions
divent / pypi (push) Blocked by required conditions

Reviewed-on: #253
This commit is contained in:
Michel Roux 2024-11-11 13:28:06 +00:00
commit 1b44c4f3c0
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -1640,4 +1640,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.13,<4.0"
content-hash = "e2fac84be5d529a0107094be6cd47a777491cbe70a56b08a8eff925311148177"
content-hash = "dc4d271e7ecc5d9c0e5308af2d98b22613588c8d745c11be648b11349e6ebde1"

View File

@ -23,7 +23,7 @@ requests-oauthlib = "^2.0.0"
[tool.poetry.dev-dependencies]
djlint = "^1.36.0"
mypy = "^1.13.0"
ruff = "^0.7.2"
ruff = "^0.7.3"
types-oauthlib = "^3.2.0"
[build-system]