From ca6f6438a344447425cd3a4953d22e6a6fa121b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 08:30:57 +0000 Subject: [PATCH] Bump isort from 5.7.0 to 5.9.1 in /auctioning_platform Bumps [isort](https://github.com/pycqa/isort) from 5.7.0 to 5.9.1. - [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.1) Signed-off-by: dependabot-preview[bot] --- auctioning_platform/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auctioning_platform/requirements-dev.txt b/auctioning_platform/requirements-dev.txt index 16d7ebc9..389e07df 100644 --- a/auctioning_platform/requirements-dev.txt +++ b/auctioning_platform/requirements-dev.txt @@ -1,5 +1,5 @@ pip-tools==5.3.1 -isort==5.7.0 +isort==5.9.1 black==20.8b1 flake8==3.8.4 mypy==0.790