From 374f6fc60f081e6d603c68a5764e76c59fc07b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:55:01 +0000 Subject: [PATCH] Bump flake8 from 4.0.1 to 7.0.0 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4c2ec0e9..7ac6cce1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,4 +4,4 @@ wheel==0.37.1 monty==2022.4.26 isort==5.10.1 black==22.3.0 -flake8==4.0.1 \ No newline at end of file +flake8==7.0.0 \ No newline at end of file