From 64dd3dec22b87757cedb4bed3305ff6e02769138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:15:49 +0000 Subject: [PATCH] Bump the style group across 1 directory with 2 updates Bumps the style group with 2 updates in the / directory: [black](https://github.com/psf/black) and [isort](https://github.com/PyCQA/isort). Updates `black` from 25.1.0 to 25.9.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.1.0...25.9.0) Updates `isort` from 6.0.1 to 6.1.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/6.0.1...6.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: style - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: style ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eea7ea7..cf91cb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,8 +43,8 @@ test = [ "beautifulsoup4==4.14.0" ] lint = [ - "black==25.1.0", - "isort==6.0.1", + "black==25.9.0", + "isort==6.1.0", "pre-commit==4.3.0", ] doc = [