From 1282ad0539441c0c2996ac8c2c72e75bfaa7c9ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:56:03 +0000 Subject: [PATCH] chore: Update autoflake requirement from ~=1.7 to ~=2.3 Updates the requirements on [autoflake](https://github.com/PyCQA/autoflake) to permit the latest version. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v1.7.0...v2.3.0) --- updated-dependencies: - dependency-name: autoflake 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 2f3b8cb9..42377b57 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -autoflake~=1.7 +autoflake~=2.3 black~=24.2 boto3-stubs[s3]~=1.34 dbt-tests-adapter~=1.7.8