From 20a2beb138783f28af81cb65c85f9e56a937a954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:19:45 +0000 Subject: [PATCH] chore(deps-dev): bump the python-minor-patch group across 1 directory with 4 updates Bumps the python-minor-patch group with 4 updates in the /python directory: [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [maturin](https://github.com/pyo3/maturin). Updates `hypothesis` from 6.122.1 to 6.155.1 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.122.1...v6.155.1) Updates `ruff` from 0.8.4 to 0.15.15 - [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.15) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0) 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.155.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: maturin dependency-version: 1.13.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index e5a0179..e6f2567 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -154,18 +154,18 @@ all = [ ] dev = [ - "hypothesis==6.122.1", + "hypothesis==6.155.1", "mypy==1.14.0", - "ruff==0.8.4", + "ruff==0.15.15", # 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. # Bumped together to versions that all advertise pytest<10 # support so the dev environment stays internally consistent. "pytest==9.0.3", - "pytest-asyncio==1.3.0", + "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", - "maturin==1.13.1", + "maturin==1.13.3", "types-PyYAML==6.0.12.20240917", ]