From cff074215bd7eecf2a7aff1233ef281c34010121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:17:20 +0200 Subject: [PATCH] chore(deps-dev): update flake8 requirement from 7.1.0 to 7.1.1 (#130) Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9e4a2d..e5ce47b 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"