From a9e947a5ccd7822b4887b596e43c253aa4a1f034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:54:08 +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 33874cf1..f2012933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ speed = [ "betfairlightweight[speed]==2.22.0" ] test = [ - "black==25.1.0", + "black==25.11.0", "coverage", "pre-commit", "mkdocs", diff --git a/requirements.txt b/requirements.txt index a526b27d..2479d20c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ smart-open>=6,<8 betdaq-retail==0.2.0 # Tests & Linting -black==25.1.0 +black==25.11.0 coverage pre-commit