From 71c0b11a56e00f12f6ef9fdb5da5f8749c0ef5d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 10:00:09 +0000 Subject: [PATCH] Bump isort from 5.7.0 to 5.9.2 in /auctioning_platform Bumps [isort](https://github.com/pycqa/isort) from 5.7.0 to 5.9.2. - [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.2) 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..366432fd 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.2 black==20.8b1 flake8==3.8.4 mypy==0.790