From d44c4132c78dc096cff83f462e9fa047458829e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 13:57:52 +0000 Subject: [PATCH] Bump the dev-deps group with 2 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Updates `ruff` from 0.12.7 to 0.12.8 - [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.12.7...0.12.8) Updates `hypothesis` to 6.137.1 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.136.0...hypothesis-python-6.137.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: hypothesis dependency-version: 6.137.1 dependency-type: direct:production 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 72e706740..52a910067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ docs = [ ] lint = [ "pylint==3.3.*", - "ruff==0.12.7", + "ruff==0.12.8", "black==25.1.*", "mypy==1.17.*", ] @@ -99,7 +99,7 @@ test = [ "coveralls==4.0.*", "pytest-cov==6.2.*", "coverage==7.10.*", - "hypothesis==6.136.*", + "hypothesis>=6.136,<6.138", "parameterized==0.9.*", ] dev = [