From 32cf6bbf16c897a37bb04a1790aae81ddb06c231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 09:59:12 +0000 Subject: [PATCH] Bump autoflake from 2.3.1 to 2.3.3 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.3.1 to 2.3.3. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v2.3.1...v2.3.3) --- updated-dependencies: - dependency-name: autoflake dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 59c9234..a08b5f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "aiofiles==25.1.0", - "autoflake==2.3.1", + "autoflake==2.3.3", "isort==7.0.0", "pyupgrade==3.21.2", "reorder-python-imports==3.16.0", diff --git a/requirements.txt b/requirements.txt index ba683db..796759a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiofiles==25.1.0 -autoflake==2.3.1 +autoflake==2.3.3 isort==7.0.0 pyupgrade==3.21.2 reorder-python-imports==3.16.0