From 5e04a7c7412dcbda1d4a4f6e45abeb53a1145578 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 08:26:19 +0000 Subject: [PATCH] Bump isort from 5.7.0 to 5.9.0 in /auctioning_platform Bumps [isort](https://github.com/pycqa/isort) from 5.7.0 to 5.9.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.9.0) 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..6d897fd1 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.0 black==20.8b1 flake8==3.8.4 mypy==0.790