diff --git a/pyproject.toml b/pyproject.toml index 67d5dff..aa16fb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pylint="^3.3.0" yamllint="^1.35.0" isort = "^6.0.1" toml = "^0.10.0" -black = "^25.1.0" +black = "^26.1.0" pytest = "^8.3.1" httpx = { version = ">=0.24.0", optional = true } pytest-cov = "^6.0.0"