From 1f7be7d3e4340e03a2787e0098736c9a81a34883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:36:58 +0000 Subject: [PATCH] :arrow_up: Bump flake8 from 5.0.4 to 7.1.1 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2a9df95c..8835522c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -flake8==5.0.4 +flake8==7.1.1 chardet==5.1.0 isort==5.11.4 codecov==2.1.13