From 42d9a27ad8a56e0fb85b03e72b7da78cce5405d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 11:39:41 +0000 Subject: [PATCH] Bump autoflake from 1.7.7 to 2.2.0 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.7.7 to 2.2.0. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v1.7.7...v2.2.0) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd4a98e63..80a53019d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ wheel # Tests & Linting anyio==3.6.2 -autoflake==1.7.7 +autoflake==2.2.0 black==23.3.0 coverage==6.5.0 flake8==3.9.2 # See: https://github.com/PyCQA/flake8/pull/1438