From 83caf81dab5698c2176de91a4250493f8cef8183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:41:48 +0000 Subject: [PATCH] Bump autoflake from 2.2.0 to 2.2.1 in /requirements Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-testing.txt b/requirements/requirements-testing.txt index dfe609eb..0848e5bf 100644 --- a/requirements/requirements-testing.txt +++ b/requirements/requirements-testing.txt @@ -6,7 +6,7 @@ pytest-cov==4.1.0 # linting & formatting black==23.7.0 -autoflake==2.2.0 +autoflake==2.2.1 isort==5.12.0 flake8==6.0.0 mypy==1.4.1