From c4282949835521871eaa32295c68488acb783e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 08:50:25 +0000 Subject: [PATCH] Bump flake8 from 5.0.4 to 6.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 013af4267..ee489b57d 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,4 +1,4 @@ -flake8==5.0.4 +flake8==6.1.0 flake8-builtins==2.1.0 flake8-comprehensions==3.13.0 flake8-multiline-containers==0.0.19