From dfd9328e0dd3f44fefed339852a9e35566d54215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 23:06:35 +0000 Subject: [PATCH] Bump isort from 5.11.2 to 5.11.3 (#799) Bumps [isort](https://github.com/pycqa/isort) from 5.11.2 to 5.11.3. - [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.11.2...5.11.3) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 0177e3fe6..aa17f6eda 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -4,4 +4,4 @@ mypy==0.991; implementation_name=="cpython" flake8==6.0.0 flake8-pyi==22.11.0 black==22.12.0 -isort==5.11.2 +isort==5.11.3