From d0281b75011be9a2cace120e2dd2a61441b79dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 01:58:15 +0000 Subject: [PATCH] chore: Update flake8 requirement from ~=6.1 to ~=7.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.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 06e5ca40..4602bbf8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ autoflake~=1.7 black~=23.12 boto3-stubs[s3]~=1.34 dbt-tests-adapter~=1.7.4 -flake8~=6.1 +flake8~=7.0 Flake8-pyproject~=1.2 isort~=5.13 moto~=4.2.12