fix(pyproject): Update black dependency

This commit is contained in:
2026-03-12 13:27:36 +01:00
committed by Christian Appel
parent 3a716299b5
commit b0db46dd97

View File

@@ -32,7 +32,7 @@ dependencies = [
dev = [
"bec-server~=3.74",
"pillow ~= 11.1",
"black~=25.0",
"black~=26.0",
"isort~=5.13, >=5.13.2",
"coverage~=7.0",
"pylint~=3.0",