From 78c1cd72cd84cbe88da3685a70eeb0ac0230ef58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:19:58 +0000 Subject: [PATCH] [noissue]: Bump isort from 5.13.1 to 5.13.2 Bumps [isort](https://github.com/pycqa/isort) from 5.13.1 to 5.13.2. - [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.13.1...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lint_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint_requirements.txt b/lint_requirements.txt index b2576fa..b78147e 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -1,7 +1,7 @@ # Lint requirements black==23.12.0 flake8==6.1.0 -isort==5.13.1 +isort==5.13.2 mypy==1.7.1 shellcheck-py==0.9.0.6