From 3bb2175eb3a33013c01ff11af2457b962c552045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 17:44:41 +0900 Subject: [PATCH] Bump isort from 5.6.4 to 5.7.0 (#79) * Bump isort from 5.6.4 to 5.7.0 Bumps [isort](https://github.com/pycqa/isort) from 5.6.4 to 5.7.0. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.6.4...5.7.0) Signed-off-by: dependabot[bot] * rm poetry.lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shota Imaki --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 573a9fa..8db10e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pytest-cov = "^2.11.1" codecov = "^2.1.10" flake8 = "^3.9.0" black = "^20.8b1" -isort = "^5.6.4" +isort = "^5.7.0" [build-system] requires = ["poetry-core>=1.0.0"]