From 42fb56e89a895b54cbf9a86b5fb5f456fc8ceb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:56:49 +0200 Subject: [PATCH] build(deps): bump flake8 from 7.1.0 to 7.1.1 (#13539) Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) --- 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 5cd1e61051..df96a114be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ black==24.8.0 -flake8==7.1.0 +flake8==7.1.1 requests==2.32.3