From 910cc804c27ef3bd447425ea4726868fb86878e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 17:15:44 +0000 Subject: [PATCH] :arrow_up: Update autoflake requirement from ^1.3.1 to ^2.0.0 Updates the requirements on [autoflake](https://github.com/PyCQA/autoflake) to permit the latest version. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v1.3.1...v2.0.0) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e5bf2a3..299b8575 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pytest = "^7.0.1" [tool.poetry.dev-dependencies] black = "^20.8b1" isort = "^5.8.0" -autoflake = "^1.3.1" +autoflake = "^2.0.0" mypy = "^0.971" [build-system]