From 7ec95d392d1694beecca6c8108bc2c2f61427703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 00:40:42 +0000 Subject: [PATCH] Bump isort from 5.10.0 to 5.10.1 Bumps [isort](https://github.com/pycqa/isort) from 5.10.0 to 5.10.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.10.0...5.10.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c10131d..7acae09 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.10.0 +isort==5.10.1 msgcheck==3.1 pydocstyle==6.1.1