From 5a85e569d8c44edb1d1936a165b003c626d23789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:52:36 +0000 Subject: [PATCH] Bump black from 25.1.0 to 25.11.0 Bumps [black](https://github.com/psf/black) from 25.1.0 to 25.11.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.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.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..78d98f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynamic = ["version"] [project.optional-dependencies] test = [ - "black==25.1.0", + "black==25.11.0", "pytest", "pytest-mock", "mkdocs", diff --git a/requirements.txt b/requirements.txt index d03aa36..cb2df6e 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.11.0 pytest pytest-mock