From eb203fa78e365a7d0d50d5db2a626efe4b7f144c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:27:37 +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 [pre-commit](https://github.com/pre-commit/pre-commit). Updates `black` from 25.11.0 to 25.12.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...25.12.0) Updates `pre-commit` from 4.5.0 to 4.5.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: style - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-patch 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 2ab92ab..fad0e70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,9 +43,9 @@ test = [ "beautifulsoup4==4.14.3" ] lint = [ - "black==25.11.0", + "black==25.12.0", "isort==7.0.0", - "pre-commit==4.5.0", + "pre-commit==4.5.1", ] doc = [ "sybil==9.2.0",