From cedccd43ac5df142f417c20490e338887a871b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:57:45 +0000 Subject: [PATCH] Bump autoflake from 1.4 to 2.1.1 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.4 to 2.1.1. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v1.4...v2.1.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 6780839..3ea20d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -e . -autoflake==1.4 +autoflake==2.1.1 black==23.3.0 flake8==3.9.2 isort==5.10.0