From 4532b2369a357b3990de20b11255aa4428f8a228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:42:27 +0000 Subject: [PATCH] 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] --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 98f6269..b0f686b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,7 +12,7 @@ dill==0.3.6 # via pylint exceptiongroup==1.1.3 # via pytest -flake8==6.1.0 +flake8==7.0.0 # via -r dev-requirements.in iniconfig==2.0.0 # via pytest @@ -30,7 +30,7 @@ pluggy==1.0.0 # via pytest pycodestyle==2.11.1 # via flake8 -pyflakes==3.1.0 +pyflakes==3.2.0 # via flake8 pylint==3.0.3 # via -r dev-requirements.in