From 855ad3f1fa261b18b049871f72af80f21f997562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 02:31:39 +0000 Subject: [PATCH] chore(deps-dev): Update flake8 requirement from 7.1.1 to 7.1.2 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 075539d5..5d0629d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ chardet = "^5.1" # pin to exact versions, if the tool/lib/plugin is process-relevant coverage = "7.6.1" ddt = "1.7.2" -flake8 = { version = "7.1.1", python = ">=3.8.1" } +flake8 = { version = "7.1.2", python = ">=3.8.1" } flake8-annotations = { version = "3.1.1", python = ">=3.8.1" } flake8-bugbear = { version = "24.12.12", python = ">=3.8.1" } flake8-copyright-validator = "^0.0.1"