From d4a83027b3d7afa040201d344fcc0d82aa5f14d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:25:49 +0000 Subject: [PATCH] Update dependency autoflake to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3e6ebf9..8860e518 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ black = "^21.6b0" isort = "^5.9.2" flake8 = "^3.9.2" mypy = "^1.0.0" -autoflake = "=1.7.8" +autoflake = "=2.3.1" pre-commit = "^3.0.0" pytest = "^7.0.0" pytest-cov = "^4.0.0"