From e91c389b4fef225a2a2c54170b6ade7be1c16184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 18:06:57 +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 5d6be59..8e83de8 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