From 09d06496c63346cbcb8539b5ad7db8c93034c0c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 18:10:09 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group with 2 updates Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `hypothesis` to 6.150.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.150.2) Updates `ruff` to 0.14.11 - [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.11) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.150.2 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.14.11 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1432493..0db2b55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,8 +38,8 @@ test = [ "pylint>=3.2.5,<=4.0.4", "pytest-cov>=4.1,<=7.0.0", "pytest>=7.4,<=9.0.2", - "hypothesis>=6.104.2,<=6.148.9", - "ruff>=0.5.0,<=0.14.10", + "hypothesis>=6.104.2,<=6.150.2", + "ruff>=0.5.0,<=0.14.11", "coverage>=7.5.4,<=7.13.1", "pre-commit<=4.5.1", "ty>=0.0.8,<=0.0.8",