From 11f0fcc466076fbc0066c243953690105a1b6608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 13:59:01 +0000 Subject: [PATCH] Bump autoflake from 1.4 to 2.2.0 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.4 to 2.2.0. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v1.4...v2.2.0) --- 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 4603d40..382dacf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -e . -autoflake==1.4 +autoflake==2.2.0 black==23.3.0 flake8==3.9.2 isort==5.10.0