From bd8d020525bc631da4f17f38e35deab9107a25ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 16:54:09 +0000 Subject: [PATCH] Update flake8 requirement from >=4.0.1 to >=7.3.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pkgutils.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pkgutils.txt b/requirements/pkgutils.txt index c8141c1..52171f2 100644 --- a/requirements/pkgutils.txt +++ b/requirements/pkgutils.txt @@ -1,6 +1,6 @@ setuptools>=59.2.0 wheel>=0.37.0 -flake8>=4.0.1 +flake8>=7.3.0 tox>=3.24.4 sphinx2rst>=1.0 bumpversion