From 540b6786e93068f8f87fac764355149581cd9b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 01:27:38 +0000 Subject: [PATCH] chore: Update flake8 requirement from ~=7.0 to ~=7.1 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.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 8f026f4d..3c23c184 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ autoflake~=2.3 black~=24.4 boto3-stubs[s3]~=1.34 dbt-tests-adapter~=1.8.0 -flake8~=7.0 +flake8~=7.1 Flake8-pyproject~=1.2 isort~=5.13 moto~=5.0.9