From 5c599b6653f8d58346b17c7d27083085c9880bf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:16:19 +0000 Subject: [PATCH] chore(deps-dev): bump hypothesis from 6.151.9 to 6.151.10 in /reporter Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.151.9 to 6.151.10. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.9...hypothesis-python-6.151.10) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.10 dependency-type: direct:development update-type: version-update:semver-patch ... 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 5ba1724..b42d17b 100644 --- a/reporter/requirements-dev.txt +++ b/reporter/requirements-dev.txt @@ -6,6 +6,6 @@ coverage==7.10.6 pytest-cov==7.0.0 jsonschema==4.23.0 PyYAML==6.0.3 -hypothesis==6.151.9 +hypothesis==6.151.10 syrupy==5.1.0 pytest-socket==0.7.0