From 7282a4abf87147667ebd8b3b80c5b9dfaae13195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 14:54:54 +0530 Subject: [PATCH] build(deps): bump flake8 from 7.1.1 to 7.1.2 (#15831) Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.1 to 7.1.2. - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b15cb1ae10..1310544957 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ black==25.1.0 -flake8==7.1.1 +flake8==7.1.2 requests==2.32.3