From 7bfb260159d83f4d157967ef5c5630985839c2ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 00:28:05 +0000 Subject: [PATCH] Bump black from 24.8.0 to 25.12.0 Bumps [black](https://github.com/psf/black) from 24.8.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/24.8.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.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ffc0c47..cde2b0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dynamic = ["version"] [project.optional-dependencies] test = [ - "black==24.8.0", + "black==25.12.0", "coverage", "build", "twine", diff --git a/requirements.txt b/requirements.txt index a499f67..4e28e95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ python-dateutil>=2.6.0 zeep>=4.0.0 # Tests & Linting -black==24.8.0 +black==25.12.0 coverage # Packaging