From abc75bafc88ad7c584fa282ceaaeb0c625da6eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 02:18:55 +0000 Subject: [PATCH] Bump isort from 5.10.0 to 5.10.1 (#257) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7d63969..da5a0aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ black==21.10b0; implementation_name=="cpython" docutils==0.18 flake8==4.0.1 -isort==5.10.0 +isort==5.10.1 mypy==0.910; implementation_name=="cpython" pre-commit==2.15 pytest==6.2.5