chore(deps): update all-dev-dependencies
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
REUSE Compliance / reuse (pull_request) Successful in 8s
Python Linters / pylint (pull_request) Successful in 35s
Python Linters / mypy (pull_request) Successful in 34s
Python Linters / formatting (pull_request) Successful in 41s
Selftests / test-build-install (pull_request) Successful in 1m7s
Selftests / test-sync (pull_request) Successful in 47s

This commit is contained in:
2025-10-16 01:20:43 +00:00
parent c14dcb08b8
commit 3063b019ef
2 changed files with 18 additions and 18 deletions

View File

@@ -20,8 +20,8 @@ python = "^3.10"
pyyaml = "^6.0.1"
[tool.poetry.group.dev.dependencies]
pylint = "^3.0.0"
isort = "^6.0.0"
pylint = "^4.0.0"
isort = "^7.0.0"
black = "^25.0.0"
mypy = "^1.5.1"
pylama = "^8.4.1"