chore(deps): update dependency black to v25
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user