From 2d2b8d406a16eccee8ce4566e762af5c380c1389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 03:00:47 +0000 Subject: [PATCH] Bump autoflake from 2.0.0 to 2.1.1 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:development update-type: version-update:semver-minor ... 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..e8967fd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -autoflake==2.0.0 +autoflake==2.1.1 bandit==1.7.4 black==22.12.0 coverage[toml]==7.1.0