From bc9fb290102bbd1ab7db9b5422e1db9d03478d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Oct 2021 17:52:25 +0000 Subject: [PATCH] :arrow_up: Update isort requirement from ^4.3.21 to ^5.8.0 Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/4.3.21...5.8.0) --- updated-dependencies: - dependency-name: isort 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 cc0bc39..4c0948d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ pytest = "^5.4.1" [tool.poetry.dev-dependencies] black = "^19.10b0" -isort = "^4.3.21" +isort = "^5.8.0" autoflake = "^1.3.1" mypy = "^0.770"