From 59dbdfa759c9eecb214fe3e02333dc4e04787be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:16:05 +0000 Subject: [PATCH] build(deps-dev): bump the pytest group across 1 directory with 4 updates Bumps the pytest group with 4 updates in the / directory: [hypothesis](https://github.com/HypothesisWorks/hypothesis), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [pytest](https://github.com/pytest-dev/pytest). Updates `hypothesis` from 6.130.6 to 6.165.8 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.130.6...v6.165.8) Updates `pytest-asyncio` from 1.2.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.2.0...v1.4.0) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) Updates `pytest` from 8.4.2 to 9.1.1 - [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/8.4.2...9.1.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.10 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pytest - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0fb94201..26ccf5c57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,16 +62,16 @@ dependencies = [ [dependency-groups] dev = [ "click==8.4.2", - "hypothesis==6.130.6", + "hypothesis==6.165.8", "maturin==1.14.1", "pdoc==16.0.0", "pyinstaller==6.22.0", "pyinstaller-hooks-contrib==2026.6", - "pytest-asyncio==1.2.0", - "pytest-cov==7.0.0", + "pytest-asyncio==1.4.0", + "pytest-cov==7.1.0", "pytest-timeout==2.4.0", "pytest-xdist==3.8.0", - "pytest==8.4.2", + "pytest==9.1.1", "requests==2.33.1", "wheel==0.48.0", "build==1.4.3",