From e74a434b6989bfa245d3260149b06afcb56e5d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 05:01:54 +0000 Subject: [PATCH] Bump autoflake from 1.4 to 2.0.0 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.4 to 2.0.0. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v1.4...v2.0.0) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4948c1b..7b8d477 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ flake8==6.0.0 pydocstyle==6.1.1 docformatter==1.4 coverage==7.0.3 -autoflake==1.4 +autoflake==2.0.0 tox==3.25.1 wheel==0.38.4 setuptools==65.6.3