From a0688b102d70e7ea5fb0959942580919da2e3e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 20:11:19 +0000 Subject: [PATCH] Bump autoflake from 1.7.5 to 1.7.6 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.7.5 to 1.7.6. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v1.7.5...v1.7.6) --- 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 ae6cc8df..b97551d1 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.5 +autoflake==1.7.6 tox==3.26.0 wheel==0.37.1 setuptools==65.5.0