From 029684e5382df852210b17a283e641ce0d4a9913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 12:44:42 +0530 Subject: [PATCH] build(deps): bump flake8 from 6.0.0 to 6.1.0 (#10562) Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...6.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 fa6e03bc0..bcf3d8edb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ black==23.3.0 -flake8==6.0.0 +flake8==6.1.0 requests==2.31.0