From 71c4bada5dd1c09d08385a1dfe720779871acd50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jul 2021 20:52:43 +0200 Subject: [PATCH] build(deps-dev): bump isort from 5.9.1 to 5.9.2 (#336) Bumps [isort](https://github.com/pycqa/isort) from 5.9.1 to 5.9.2. - [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.9.1...5.9.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-patch ... 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 e9d5588d..30462fd5 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ pre-commit = "==2.13.0" commitizen = "==2.17.12" mypy = "==0.910" flake8 = "==3.9.2" -isort = "==5.9.1" +isort = "==5.9.2" controllerx = {path = ".", editable = true} [packages]