From ec1f1cd3dfba3d57554786fdc68672ac7a8a8a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:23:19 +0530 Subject: [PATCH] build(deps): bump flake8 from 7.0.0 to 7.1.0 (#13212) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf5a52f4a1..02ade10446 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ black==24.4.2 -flake8==7.0.0 +flake8==7.1.0 requests==2.32.3