From b8f85a62db39d05fdf06b0f65deaa6aef43fb093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 06:42:06 +0000 Subject: [PATCH] chore(deps-dev): bump the dependencies group across 1 directory with 2 updates Updates the requirements on [black](https://github.com/psf/black) and [isort](https://github.com/PyCQA/isort) to permit the latest version. Updates `black` from 25.11.0 to 26.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.11.0...26.1.0) Updates `isort` 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/5.0.0...8.0.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: isort dependency-version: 8.0.0 dependency-type: direct:development dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 59f3793..333d38c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,8 +83,8 @@ doc = [ "mkdocs-section-index>=0.3.0,<1.0", ] dev = [ - "black==25.11.0", - "isort>=5.0,<8.0", + "black==26.1.0", + "isort>=5.0,<9.0", "build>=1.0.0,<2.0.0", "twine>=4.0.0,<7.0.0", ]