From dc92d2628ee12a698c0dc4793e99fd47f8fec52a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 21:37:18 +0000 Subject: [PATCH] chore(deps-dev): bump the python-minor-patch group across 1 directory with 3 updates Bumps the python-minor-patch group with 3 updates in the /python directory: [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff) and [maturin](https://github.com/pyo3/maturin). Updates `hypothesis` from 6.122.1 to 6.152.7 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.122.1...hypothesis-python-6.152.7) Updates `ruff` from 0.8.4 to 0.15.12 - [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.8.4...0.15.12) Updates `maturin` from 1.13.1 to 1.13.3 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](https://github.com/pyo3/maturin/compare/v1.13.1...v1.13.3) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: maturin dependency-version: 1.13.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index e5a0179..9e08e0f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -154,9 +154,9 @@ all = [ ] dev = [ - "hypothesis==6.122.1", + "hypothesis==6.152.7", "mypy==1.14.0", - "ruff==0.8.4", + "ruff==0.15.12", # pytest 8.4.2 has CVE-2025-71176; the fix is in 9.0.3. The # plugin chain has to bump alongside it: pytest-asyncio 0.25.x # caps at pytest<9, and pytest-cov 6.x is similarly old-bound. @@ -165,7 +165,7 @@ dev = [ "pytest==9.0.3", "pytest-asyncio==1.3.0", "pytest-cov==7.1.0", - "maturin==1.13.1", + "maturin==1.13.3", "types-PyYAML==6.0.12.20240917", ]