From a4956ca26e3d079d0db37d2c7a5c6e39a19c159c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:19: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 283f43f73..9c281cb1f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -29,7 +29,7 @@ python-markdown-math==0.6 PyYAML==6.0.1 # 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