From 969b7ba49221d719cec3a209a0b518a616de3e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:42:42 +0000 Subject: [PATCH] Bump flake8 from 6.1.0 to 7.1.1 Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/6.1.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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce5fe447b..f57779a39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,5 +54,5 @@ pytest-html==4.1.1 pytest-asyncio==0.23.5 pytest-xdist==3.6.1 autopep8==2.0.4 -flake8==6.1.0 +flake8==7.1.1 yapf==0.40.2