From ca3914de1ffea776fc30c6dddf7cd47161b68662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:18:50 +0000 Subject: [PATCH] deps(deps-dev): bump isort from 5.13.2 to 8.0.1 Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 to 8.0.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.13.2...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index 4cfabfcd..5100187f --- a/pyproject.toml +++ b/pyproject.toml @@ -139,7 +139,7 @@ dev = [ "pytest-cov==4.1.0", "pytest-mock==3.12.0", "black==24.3.0", - "isort==5.13.2", + "isort==8.0.1", "ruff==0.1.15", "mypy==1.8.0", "bandit==1.7.5",