From cb09a56aae7c2654bb98c1386e4e44089969d4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 09:58:08 +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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index d129cb5..924c717 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pre-commit==4.3.0 black==26.3.1 -autoflake==2.3.1 +autoflake==2.3.3 reorder-python-imports==3.16.0 pyupgrade==3.21.2 git+https://github.com/aio-libs/sort-all.git \ No newline at end of file