From 36c7638038caba35b0171ad014b586046a42e755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:40:49 +0000 Subject: [PATCH] :arrow_up: Bump flake8 from 5.0.4 to 7.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 7.1.0. - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...7.1.0) --- 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..a6e27325 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -flake8==5.0.4 +flake8==7.1.0 chardet==5.1.0 isort==5.11.4 codecov==2.1.13