diff --git a/pyproject.toml b/pyproject.toml index f08f015..b124e30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ xmldiff = "2.7.0" mypy = "1.11.1" autopep8 = "2.3.1" isort = "5.13.2" -flake8 = { version="7.1.0", python=">=3.8.1" } +flake8 = { version="7.1.1", python=">=3.8.1" } flake8-annotations = { version="3.1.1", python=">=3.8.1" } flake8-bugbear = { version="24.4.26", python=">=3.8.1" } flake8-isort = "6.1.1"