Skip to content

Commit

Permalink
⬆️ Update autoflake requirement from ^1.3.1 to ^2.0.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Nov 25, 2022
1 parent e91ebfa commit 240b4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pytest = "^7.0.1"
[tool.poetry.dev-dependencies]
black = "^22.10"
isort = "^5.8.0"
autoflake = "^1.3.1"
autoflake = "^2.0.0"
mypy = "^0.971"

[build-system]
Expand Down

0 comments on commit 240b4dd

Please sign in to comment.