From da164028541f772b870da61075bf695cfe0d665e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:06:05 +0000 Subject: [PATCH] [noissue]: Bump isort from 5.12.0 to 5.13.1 Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 to 5.13.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.12.0...5.13.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... 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 f429c04..dac69e3 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -1,7 +1,7 @@ # Lint requirements black==23.11.0 flake8==6.1.0 -isort==5.12.0 +isort==5.13.1 mypy==1.7.1 shellcheck-py==0.9.0.6