From 50aadf16f435cd7b4645dc50f7137aae092075fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 00:29:09 +0000 Subject: [PATCH] Bump isort from 5.9.3 to 5.10.0 Bumps [isort](https://github.com/pycqa/isort) from 5.9.3 to 5.10.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.9.3...5.10.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a175d78..c10131d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ Wagtail>=2.8 bandit==1.7.0 black==21.10b0 flake8==4.0.1 -isort==5.9.3 +isort==5.10.0 msgcheck==3.1 pydocstyle==6.1.1