From 864844ac4e3fa34af309d240a4037ab1255df4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 01:20:26 +0000 Subject: [PATCH] Bump flake8 from 6.0.0 to 7.1.1 Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 8993b4354..619693dd3 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -29,7 +29,7 @@ python-markdown-math==0.6 PyYAML==6.0.2 # Style checker -flake8==6.0.0 +flake8==7.1.1 flake8-docstrings==1.7.0 flake8-quotes==3.4.0 pep8-naming==0.14.1