From 450c6bc407112332aa35c0272e509a5dcb2eda08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jun 2021 14:09:46 +0200 Subject: [PATCH] build(deps-dev): bump isort from 5.8.0 to 5.9.1 (#326) Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.9.1. - [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/5.8.0...5.9.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index dde05e18..18a563d8 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ pre-commit = "==2.13.0" commitizen = "==2.17.8" mypy = "==0.812" flake8 = "==3.9.2" -isort = "==5.8.0" +isort = "==5.9.1" controllerx = {path = ".", editable = true} [packages]