From 99014d47fc1b514dac70b9e4d06fc7264a837c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 22:59:15 +0530 Subject: [PATCH] build(deps): bump flake8 from 7.1.2 to 7.2.0 (#16092) Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.2 to 7.2.0. - [Commits](https://github.com/pycqa/flake8/compare/7.1.2...7.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.2.0 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 1310544957..f45fadaace 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ black==25.1.0 -flake8==7.1.2 +flake8==7.2.0 requests==2.32.3