From 82bc40836e35b573487ff6eb320a9c67e34bc555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 12:55:57 +0000 Subject: [PATCH 1/2] Bump isort from 7.0.0 to 8.0.0 Bumps [isort](https://github.com/PyCQA/isort) from 7.0.0 to 8.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/7.0.0...8.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.0 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(-) diff --git a/pyproject.toml b/pyproject.toml index 35c62f6..5ca20b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ lint = [ "black==26.1.0; python_version > '3.11'", "flake8==7.3.0", "isort==6.1.0; python_version <= '3.11'", - "isort==7.0.0; python_version > '3.11'", + "isort==8.0.0; python_version > '3.11'", "mypy==1.19.1", "pylint-per-file-ignores==2.0.3; python_version <= '3.11'", "pylint-per-file-ignores==3.2.0; python_version > '3.11'", From badc307e829351b813d9e87728310d7abd27510f Mon Sep 17 00:00:00 2001 From: docktermj Date: Fri, 13 Mar 2026 09:34:17 -0400 Subject: [PATCH 2/2] Update dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ca20b6..7c62333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ lint = [ "pylint-per-file-ignores==2.0.3; python_version <= '3.11'", "pylint-per-file-ignores==3.2.0; python_version > '3.11'", "pylint==3.3.9; python_version <= '3.11'", - "pylint==4.0.4; python_version > '3.11'", + "pylint==4.0.5; python_version > '3.11'", ] test = [ "pytest==8.4.2; python_version <= '3.11'",