From d1c5229167e7abaa61088e4e1501b33c8041271a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:44:28 +0000 Subject: [PATCH] Bump flake8 from 4.0.1 to 7.0.0 in /python Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 7.0.0. - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 8d25a11..ffb2c4e 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -flake8==4.0.1 +flake8==7.0.0 mypy==0.950 pylint==2.13.8 pytest==7.1.2