From 11eb2ef6534d106c7c477a251dcfe34ffe833a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 22:52:12 +0000 Subject: [PATCH] chore(deps-dev): bump flake8 from 6.1.0 to 7.0.0 Bumps [flake8](/~https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. - [Commits](/~https://github.com/pycqa/flake8/compare/6.1.0...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 a719ad69f96..45e183c937e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,5 +1,5 @@ black==23.12.1 -flake8==6.1.0 +flake8==7.0.0 isort==5.13.2 mypy==1.8.0 mypy-extensions==1.0.0