chore: ⬆️ update ruff
All checks were successful
dl / lint (push) Successful in 56s
dl / docker (push) Successful in 34s

This commit is contained in:
Michel Roux 2025-01-11 13:19:19 +01:00
parent 83ac9eef5f
commit c21bcfd656
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -419,4 +419,4 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "e635588e72c891e2de9bc760f5462958dde70f8741919cd20e531f9cd9d594b8"
content-hash = "b61608c0027f4a36b7a4e6091f179a3ea7516dae52f5ead7159e9bd84918cead"

View File

@ -13,7 +13,7 @@ requests = "^2.32.3"
yt-dlp = "^2024.12.26"
[tool.poetry.group.dev.dependencies]
ruff = "^0.9.0"
ruff = "^0.9.1"
mypy = "^1.14.1"
types-beautifulsoup4 = "^4.12.0"
types-requests = "^2.32.0"