From 2b57100de5f4f220ebf9f312c8677b127af1a795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 07:11:00 +0000 Subject: [PATCH] Bump isort from 5.6.4 to 5.12.0 Bumps [isort](https://github.com/pycqa/isort) from 5.6.4 to 5.12.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.6.4...5.12.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 2f06bfce3fb..294bc10a6d6 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,6 +1,6 @@ black==20.8b1; implementation_name=="cpython" flake8==3.8.4 flake8-pyi==20.10.0 -isort==5.6.4 +isort==5.12.0 mypy==0.790; implementation_name=="cpython" pre-commit==2.9.2