From 902fef603d54f17afde3a9f4d1def9a8c9dff7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 11:53:42 +0000 Subject: [PATCH] ci(deps-dev): bump the dev-tools group with 2 updates Bumps the dev-tools group with 2 updates: [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `pytest-rerunfailures` from 16.3 to 16.4 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.3...16.4) Updates `hypothesis` from 6.155.7 to 6.156.1 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.155.7...v6.156.1) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-version: '16.4' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-tools - dependency-name: hypothesis dependency-version: 6.156.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-tools ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d44eb6171..5c5bca898 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,11 +16,11 @@ pytest-benchmark==5.2.3 pytest-cov==7.1.0 pytest-asyncio==1.4.0 pytest-httpx==0.36.2 -hypothesis==6.155.7 +hypothesis==6.156.1 pytest-html==4.2.0 pytest-xdist==3.8.0 pytest-split==0.11.0 -pytest-rerunfailures==16.3 +pytest-rerunfailures==16.4 pytest-profiling==1.8.1; python_version < "3.13" mutmut==3.5.0 pactman==2.31.0