From 1d0f5c01989d18bbe64783f038a0e34ab569f1ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:26:12 +0000 Subject: [PATCH] chore(deps-dev): bump flake8 from 6.1.0 to 7.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.1.0. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.1.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 bd94a255..35bb5c1c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ sphinx==7.2.6 black==24.4.2 -flake8==6.1.0 +flake8==7.1.0 isort==5.12.0 mypy==1.8.0 pylint==3.2.6