From f458f43fe7110116c7f76e6c11c160a4cb816298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 04:10:05 +0000 Subject: [PATCH] Bump isort from 5.7.0 to 5.8.0 Bumps [isort](https://github.com/pycqa/isort) from 5.7.0 to 5.8.0. - [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.8.0) Signed-off-by: dependabot[bot] --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 794e1a7..0e917e8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ dev = flake8-implicit-str-concat==0.2.0 flake8-print==4.0.0 furo==2020.12.30b24 - isort==5.7.0 + isort==5.8.0 pre-commit==2.10.0 pytest==6.2.2 pytest-cov==2.11.1 @@ -53,7 +53,7 @@ lint = flake8-absolute-import>=1.0 flake8-implicit-str-concat==0.2.0 flake8-print==4.0.0 - isort==5.7.0 + isort==5.8.0 yamllint==1.26.0 test = pytest==6.2.2