From 45c5a7b7bf5e42442834cd6df8ba5ae5f90ed041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 16:23:22 +0000 Subject: [PATCH] Bump the dev-deps group with 2 updates Updates the requirements on [black](https://github.com/psf/black) and [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. Updates `black` 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.11.0...25.12.0) Updates `coverage` to 7.13.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.12.0...7.13.1) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: coverage dependency-version: 7.13.1 dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 94bf60823..ddaf61ef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ docs = [ lint = [ "pylint==4.0.*", "ruff==0.14.*", - "black==25.11.*", + "black==25.12.*", "mypy==1.19.*", ] test = [ @@ -100,7 +100,7 @@ test = [ "pytest-modern==0.7.*;platform_system!='Windows'", "coveralls==4.0.*", "pytest-cov==7.0.*", - "coverage==7.12.*", + "coverage==7.13.*", "hypothesis==6.*", "parameterized==0.9.*", ]