From 4f7693e843b366aae015c6aef1af63aad7142823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 01:40:50 +0200 Subject: [PATCH] build(deps-dev): bump isort from 5.9.2 to 5.9.3 (#341) Bumps [isort](https://github.com/pycqa/isort) from 5.9.2 to 5.9.3. - [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.2...5.9.3) --- 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 6d412b06..d4622ad4 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ pre-commit = "==2.13.0" commitizen = "==2.18.0" mypy = "==0.910" flake8 = "==3.9.2" -isort = "==5.9.2" +isort = "==5.9.3" controllerx = {path = ".", editable = true} [packages]