Open Bug 2013424 Opened 3 hours ago

[wpt-sync] Sync PR 57428 - Bump hypothesis from 6.112.0 to 6.151.4 in /tools

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(Not tracked)

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 57428 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/57428
Details from upstream follow.

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> wrote:

Bump hypothesis from 6.112.0 to 6.151.4 in /tools

Bumps hypothesis from 6.112.0 to 6.151.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/HypothesisWorks/hypothesis/releases">hypothesis's releases</a>.</em></p>
<blockquote>
<h2>Hypothesis for Python - version 6.151.4</h2>
<p>This patch adjusts how we compute the stopping threshold introduced in
version 6.151.3, while still maintaining 99% confidence that <1% of
test cases pass.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-151-4">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.151.3</h2>
<p>This patch makes Hypothesis more tolerant of slow-to-satisfy
"assume()" calls. Previously, Hypothesis would give up after
"max_examples * 10" attempts; now it uses a statistical test to stop
only when 99% confident that <1% of examples would pass (issue <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4623">#4623</a>).</p>
<p>Thanks to <a href="https://github.com/ajdavis"><code>@​ajdavis</code></a> for this improvement!</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-151-3">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.151.2</h2>
<p>Format our code with the latest version of black.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-151-2">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.151.1</h2>
<p>Improve internal categorization of test cases when an alternative
backend raises "BackendCannotProceed".</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-151-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.151.0</h2>
<p>Add 2025.12 to the list of recognized Array API versions in
"hypothesis.extra.array_api".</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-151-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.150.3</h2>
<p>Hypothesis now generates powers of 2 more often when using
"integers()".</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-150-3">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.150.2</h2>
<p>Update some internal type hints.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-150-2">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.150.1</h2>
<p>This patch fixes a bug where "recursive()" would fail in cases where
the "extend=" function does not reference it's argument - which was
assumed by the recent "min_leaves=" feature, because the strategy
can't actually recurse otherwise. (issue <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4638">#4638</a>)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/fefce87e942c07f67ba37af737cff5450f4e3dc4"><code>fefce87</code></a> Bump hypothesis-python version to 6.151.4 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/cfb0d374af128daf919268cb0cd2d893ea413eb2"><code>cfb0d37</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4650">#4650</a> from Liam-DeVoe/stopping-rule</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/e4d7549d464a25cabdcbf9e818ee2b28e1f27f73"><code>e4d7549</code></a> drop long comment</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/a09166c4057e34b7f7f2ac2449cc8da494d6a27e"><code>a09166c</code></a> adjust stopping rule</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/f3d71e9a9f996b4ad9244602234a15b836babac8"><code>f3d71e9</code></a> Bump hypothesis-python version to 6.151.3 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/42126d6e2e825338c8d17460589f60a3bd7f88ed"><code>42126d6</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4643">#4643</a> from ajdavis/issue-4623-filter-condition</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/f69cad62125b2aa64fab41d613aa68a2f80495f8"><code>f69cad6</code></a> response to comments</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/34282ed3c0c2e913d86d2e8f3ff9cef6c4187539"><code>34282ed</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4649">#4649</a> from Liam-DeVoe/next</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/7de805fa2fae2ae9c334cfcadfb207eac2b50db2"><code>7de805f</code></a> Bump hypothesis-python version to 6.151.2 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/559b1c195c469a04e3ebfccafb18883475f4fd3b"><code>559b1c1</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4646">#4646</a> from HypothesisWorks/create-pull-request/patch</li>
<li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.112.0...hypothesis-python-6.151.4">compare view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

You need to log in before you can comment on or make changes to this bug.