From 3e65102b222d94da74960199917c377b835bc61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:31:05 +0000 Subject: [PATCH] pip(deps): bump black from 23.11.0 to 25.12.0 Bumps [black](https://github.com/psf/black) from 23.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/23.11.0...25.12.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f69a867..cd2bd11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ "pytest==8.4.1", "pytest-cov==4.1.0", "pytest-mock==3.12.0", - "black==23.11.0", + "black==25.12.0", "isort==5.12.0", "flake8==6.1.0", "bandit==1.7.5", diff --git a/requirements-dev.txt b/requirements-dev.txt index 099e6d8..08f0302 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ autoflake==2.2.1 bandit==1.7.5 beautifulsoup4==4.13.4 -black==24.4.2 +black==25.12.0 coverage==7.6.1 distlib==0.3.9 flake8==6.1.0