From 6cdd863fb91594dca257f4e7c0229b83cdaa35c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:38:08 +0000 Subject: [PATCH] [PIP] Bump flake8 from 7.0.0 to 7.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0. - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lint_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint_requirements.txt b/lint_requirements.txt index 5553290..9a7c254 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -1,6 +1,6 @@ # Lint requirements black==24.4.2 -flake8==7.0.0 +flake8==7.1.0 flake8-pyproject==1.2.3 isort==5.13.2 mypy==1.10.0