From 556a89a5c8705f07f7b49fb8746cdeb582e83fd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:32:58 +0000 Subject: [PATCH] Update dependency style/autoflake to v2.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95a573f..3baa055 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dist = [ ] style = [ - "autoflake==2.2.1", + "autoflake==2.3.0", "black==24.2.0", "flake8==7.0.0", "flake8-isort==6.1.1",