From a1fdae2a1395d1167d3dad9d76529cac8415f4c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 05:26:22 +0000 Subject: [PATCH] Bump isort from 5.6.4 to 5.8.0 in /src/requirements Bumps [isort](https://github.com/pycqa/isort) from 5.6.4 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.6.4...5.8.0) Signed-off-by: dependabot-preview[bot] --- src/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/dev.txt b/src/requirements/dev.txt index f9ed0868..5e06d5a8 100644 --- a/src/requirements/dev.txt +++ b/src/requirements/dev.txt @@ -6,6 +6,6 @@ coverage==5.3 codecov==2.1.10 black==20.8b1 pre-commit==2.12.1 -isort==5.6.4 +isort==5.8.0 hypothesis==6.10.1 flake8==3.8.4