From 6b4a890258608441528a734d3d22011df40d161c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 11:48:39 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group with 5 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff), [coverage](https://github.com/coveragepy/coveragepy) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `pytest` to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...9.0.2) Updates `hypothesis` to 6.148.8 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.148.8) Updates `ruff` to 0.14.10 - [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.5.0...0.14.10) 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.5.4...7.13.1) Updates `pre-commit` to 4.5.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v0.1.0...v4.5.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.148.8 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.14.10 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.13.1 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c244a8d..9fe4cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,11 +37,11 @@ python_template = { path = ".", editable = true } test = [ "pylint>=3.2.5,<=4.0.4", "pytest-cov>=4.1,<=7.0.0", - "pytest>=7.4,<=9.0.1", - "hypothesis>=6.104.2,<=6.148.5", - "ruff>=0.5.0,<=0.14.7", - "coverage>=7.5.4,<=7.12.0", - "pre-commit<=4.5.0", + "pytest>=7.4,<=9.0.2", + "hypothesis>=6.104.2,<=6.148.8", + "ruff>=0.5.0,<=0.14.10", + "coverage>=7.5.4,<=7.13.1", + "pre-commit<=4.5.1", ] [build-system]