From 80f2ca7cda8478c6ef9307cd08eb10e6aaa6fc5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:26:17 +0000 Subject: [PATCH] chore(deps-dev): bump hypothesis from 6.122.3 to 6.151.9 in /reporter Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.122.3 to 6.151.9. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.122.3...hypothesis-python-6.151.9) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.9 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- reporter/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporter/requirements-dev.txt b/reporter/requirements-dev.txt index 78272a4..73421d1 100644 --- a/reporter/requirements-dev.txt +++ b/reporter/requirements-dev.txt @@ -5,6 +5,6 @@ coverage==7.6.10 pytest-cov==6.0.0 jsonschema==4.23.0 PyYAML==6.0.2 -hypothesis==6.122.3 +hypothesis==6.151.9 syrupy==4.8.1 pytest-socket==0.7.0