From 9f759f6678a95d6318c34116638654bf5217a1c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 13:56:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20autoflake=20from=201.3.1=20t?= =?UTF-8?q?o=202.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.3.1 to 2.1.1. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v1.3.1...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 89c3c40..d651ba6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ black == 22.3 mypy == 1.0.0 flake8 == 4.0.1 isort == 5.0.6 -autoflake == 1.3.1 +autoflake == 2.1.1