From 118735a56f01fe97ffcdb48946330ff7bb124bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:53:03 +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 3deb196ad38..bcf486c4ca8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -52,7 +52,7 @@ exceptiongroup==1.1.1 # via pytest execnet==1.9.0 # via pytest-xdist -flake8==6.1.0 +flake8==7.0.0 # via -r dev-requirements.in honcho==1.1.0 # via -r dev-requirements.in @@ -98,7 +98,7 @@ ptvsd==4.3.2 # via -r dev-requirements.in pycodestyle==2.11.0 # via flake8 -pyflakes==3.1.0 +pyflakes==3.2.0 # via flake8 pytest==7.4.3 # via