From 5bd94c3d6065a4f81e068932cc55f3e8513198ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 20:10:03 +0000 Subject: [PATCH] Bump autoflake from 1.7.7 to 1.7.8 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.7.7 to 1.7.8. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v1.7.7...v1.7.8) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:development update-type: version-update:semver-patch ... 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 26505007..42318201 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ isort==5.10.1 flake8==5.0.4 pydocstyle==6.1.1 docformatter==1.5.0 -autoflake==1.7.7 +autoflake==1.7.8 tox==3.27.1 wheel==0.38.4 setuptools==65.6.3