diff --git a/pyproject.toml b/pyproject.toml index d1de755..43b6630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ semver = "^3.0.0" [tool.poetry.dev-dependencies] pytest = "^7" mypy = "^1.7" -black = "^23" +black = "^26.0.0" autoflake = "^2.2" pytest-cov = "^4" pyinstaller = "^4.1"