From fa8b58bdd777a6aef51f3688aadb049793b53934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 02:05:10 +0000 Subject: [PATCH] Bump autoflake from 2.0.0 to 2.0.1 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v2.0.0...v2.0.1) --- 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 8d0bbc2..c49af7d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -autoflake==2.0.0 +autoflake==2.0.1 bandit==1.7.4 black==22.12.0 coverage[toml]==7.1.0