Skip to content

Commit 205c0ac

Browse files
⬆️ 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](PyCQA/autoflake@v1.3.1...v2.0.0) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 473d2c4 commit 205c0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pytest = "^7.0.1"
1313
[tool.poetry.dev-dependencies]
1414
black = "^22.10"
1515
isort = "^5.8.0"
16-
autoflake = "^1.3.1"
16+
autoflake = "^2.0.0"
1717
mypy = "^0.991"
1818

1919
[build-system]

0 commit comments

Comments
 (0)