From d581c3c9beb7a7fa713d02e427178f66391390b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 03:00:21 +0000 Subject: [PATCH] Bump isort from 5.7.0 to 5.9.3 Bumps [isort](https://github.com/pycqa/isort) from 5.7.0 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.7.0...5.9.3) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 398fa69..ac9a3f9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pre-commit==2.10.1 black==20.8b1 flake8==3.8.4 -isort==5.7.0 +isort==5.9.3 pylint>=2.6.0 setuptools>=53.0.0 twine>=3.3.0