From 891ae77a281a02047d0178068b1dc5da4cf314bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:19:59 +0000 Subject: [PATCH] Bump the dev-deps group with 3 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [black](https://github.com/psf/black) and [coveralls](https://github.com/TheKevJames/coveralls-python) to permit the latest version. Updates `ruff` to 0.15.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.14.0...0.15.4) Updates `black` to 26.1.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.12.0...26.1.0) Updates `coveralls` to 4.1.0 - [Release notes](https://github.com/TheKevJames/coveralls-python/releases) - [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/TheKevJames/coveralls-python/compare/4.0.0...4.1.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development dependency-group: dev-deps - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: coveralls dependency-version: 4.1.0 dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ddaf61ef5..9eb4a41cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,15 +90,15 @@ docs = [ ] lint = [ "pylint==4.0.*", - "ruff==0.14.*", - "black==25.12.*", + "ruff==0.15.*", + "black==26.1.*", "mypy==1.19.*", ] test = [ "pytest==9.0.*", "pytest-timeout==2.4.*", "pytest-modern==0.7.*;platform_system!='Windows'", - "coveralls==4.0.*", + "coveralls==4.1.*", "pytest-cov==7.0.*", "coverage==7.13.*", "hypothesis==6.*",