Skip to content

Commit e883854

Browse files
authored
Update pyproject.toml to resolve black vulnerability
1 parent 37ce283 commit e883854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Issues = "https://github.com/staskh/iglu_python/issues"
3939
dev = [
4040
"pytest>=7.0.0",
4141
"pytest-cov>=4.0.0",
42-
"black>=22.0.0",
42+
"black>=25.1.0",
4343
"isort>=5.0.0",
4444
"mypy>=1.0.0",
4545
"ruff>=0.1.0",
@@ -104,4 +104,4 @@ ignore = []
104104
known-first-party = ["iglu_python"]
105105

106106
[tool.ruff.per-file-ignores]
107-
"tests/*" = ["E501"] # Allow long lines in tests
107+
"tests/*" = ["E501"] # Allow long lines in tests

0 commit comments

Comments
 (0)