From e53a407b56867deb0419e3a76cd15dbe87f3b187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:38:25 +0000 Subject: [PATCH] Bump black from 25.1.0 to 25.12.0 Bumps [black](https://github.com/psf/black) from 25.1.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.1.0...25.12.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e073e9b..154e914 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynamic = ["version"] [project.optional-dependencies] test = [ - "black==25.1.0", + "black==25.12.0", "pytest", "pytest-mock", "mkdocs", diff --git a/requirements.txt b/requirements.txt index d03aa36..c08491e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ requests<2.33.0 python-decouple==3.8 # Tests & Linting -black==25.1.0 +black==25.12.0 pytest pytest-mock