From e2d63d05e944356b11fcb3f3fb5e55087248e5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 07:38:28 +0100 Subject: [PATCH] Bump autoflake from 1.6.1 to 1.7.7 (#1749) Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.6.1 to 1.7.7. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v1.6.1...v1.7.7) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a61ae81f..ac2b2957d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ build==0.8.0 twine==4.0.1 # Testing -autoflake==1.6.1 +autoflake==1.7.7 black==22.10.0 flake8==3.9.2 importlib-metadata==4.13.0; python_version>='3.7'