From 9b91989d76b3879e513cb5c29c834c9bc774ee80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:18:53 +0000 Subject: [PATCH] Bump autoflake from 1.4 to 2.0.1 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.4 to 2.0.1. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v1.4...v2.0.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 e263c61..e130944 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -e . -autoflake==1.4 +autoflake==2.0.1 black==23.1.0 flake8==3.9.2 isort==5.10.0