From 797a4522e4989f086df858f2351e29cf027b4500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:34:36 +0200 Subject: [PATCH] Bump isort from 5.13.2 to 6.0.0 (#352) Bumps [isort](https://github.com/pycqa/isort) from 5.13.2 to 6.0.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.13.2...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-major ... 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 531d2aa..68d3f0f 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -1,6 +1,6 @@ black==25.1.0 flake8==7.1.1 -isort==5.13.2 +isort==6.0.0 mypy==1.14.1 pre-commit==4.1.0 pydocstyle==6.3.0