From 51f3ad33a86f4c773dd0337473e3eaffad80c608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 13:02:13 +0000 Subject: [PATCH] Bump autoflake from 1.4 to 2.2.1 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.4 to 2.2.1. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v1.4...v2.2.1) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f66b591..a44826a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -e . -autoflake==1.4 +autoflake==2.2.1 black==23.3.0 flake8==3.9.2 isort==5.10.0