From 55e45ea14a3d72489c7e02b14af165bda800d4ac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 6 Feb 2021 16:29:51 +0000 Subject: [PATCH] chore(deps): update isort requirement from ~=5.0 to ~=5.7 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/develop/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.0.0...5.7.0) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index beba0424..28a4100c 100644 --- a/Pipfile +++ b/Pipfile @@ -23,6 +23,6 @@ mock = "~=4.0" pylint = "~=2.6" astroid = "~=2.4" -isort = "~=5.0" +isort = "~=5.7" mypy = "~=0.800"