From 3809d127c05aebc8c8145a4c64e786bb91177260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 13:40:39 +0000 Subject: [PATCH] build(deps): bump flake8 from 3.9.2 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 6.0.0. - [Commits](https://github.com/pycqa/flake8/compare/3.9.2...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6728183984..ffa49cd4e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ black==22.3.0 -flake8==3.9.2 +flake8==6.0.0 requests==2.31.0