From 3dddd4a187d2cce72d97d7ddd566aeebefd9a320 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:54:10 +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"