chore(deps): update dependency black to v25
All checks were successful
Conventional Commit / Validate PR Title (pull_request) Successful in 6s
CI / ci (pull_request) Successful in 2m5s

This commit is contained in:
2025-02-04 21:03:04 +00:00
parent f3f144263a
commit d570024664
2 changed files with 18 additions and 18 deletions

View File

@ -39,7 +39,7 @@ dependencies = [
app = "app.main:main"
[tool.poetry.group.dev.dependencies]
black = "^24.4.0"
black = "^25.0.0"
coverage = "^7.5.0"
pylint = "^3.1.0"
pylint-exit = "^1.2.0"
@ -49,7 +49,7 @@ requests-mock = "^1.12.1"
[tool.uv]
dev-dependencies = [
"black<25.0.0,>=24.4.0",
"black<25.2.0,>=25.1.0",
"coverage<8.0.0,>=7.5.0",
"pylint<4.0.0,>=3.1.0",
"pylint-exit<2.0.0,>=1.2.0",