From 9d727a60940d45a70823f1b39a2596a9a4c5baed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:26:23 +0000 Subject: [PATCH] chore(deps-dev): bump the python-minor-patch group across 1 directory with 5 updates Bumps the python-minor-patch group with 5 updates in the /python directory: | Package | From | To | | --- | --- | --- | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.122.1` | `6.155.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.4` | `0.15.17` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | | [maturin](https://github.com/pyo3/maturin) | `1.13.1` | `1.14.0` | Updates `hypothesis` from 6.122.1 to 6.155.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.122.1...v6.155.2) Updates `ruff` from 0.8.4 to 0.15.17 - [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.17) Updates `pytest` from 9.0.3 to 9.1.0 - [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/9.0.3...9.1.0) 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.14.0 - [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.14.0) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.155.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: pytest dependency-version: 9.1.0 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.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index e5a0179..d4aab38 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -154,18 +154,18 @@ all = [ ] dev = [ - "hypothesis==6.122.1", + "hypothesis==6.155.2", "mypy==1.14.0", - "ruff==0.8.4", + "ruff==0.15.17", # 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==9.1.0", + "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", - "maturin==1.13.1", + "maturin==1.14.0", "types-PyYAML==6.0.12.20240917", ]