From 05166f31ee5d7e2741be2e4f66215cee9ad45051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:02:00 +0000 Subject: [PATCH] Bump autoflake from 2.3.3 to 2.4.0 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.3.3 to 2.4.0. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v2.3.3...v2.4.0) --- updated-dependencies: - dependency-name: autoflake dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ae1c6b1..3d3c0b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "aiofiles==25.1.0", - "autoflake==2.3.3", + "autoflake==2.4.0", "isort==9.0.1", "pyupgrade==3.21.2", "reorder-python-imports==3.17.0", diff --git a/requirements.txt b/requirements.txt index a26165f..425a0af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiofiles==25.1.0 -autoflake==2.3.3 +autoflake==2.4.0 isort==9.0.1 pyupgrade==3.21.2 reorder-python-imports==3.17.0