From 8190d132b96c2801ad3132047aa29afc32baa4e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 18:03:39 +0000 Subject: [PATCH] chore: Update flake8 requirement from ~=5.0 to ~=6.1 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/5.0.0...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3dfa7e77..c747d49c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ autoflake~=1.7 black~=23.3 dbt-tests-adapter~=1.5.4 -flake8~=5.0 +flake8~=6.1 Flake8-pyproject~=1.2 isort~=5.11 moto~=4.1.14