[wpt-sync] Sync PR 36509 - Bump hypothesis from 6.31.3 to 6.56.3 in /tools
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36509 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36509
Details from upstream follow.
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> wrote:
Bump hypothesis from 6.31.3 to 6.56.3 in /tools
Bumps hypothesis from 6.31.3 to 6.56.3.
<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.56.3</h2>
<p>This patch teaches "text()" to rewrite a few more filter predicates
(issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3134">#3134</a>). You're unlikely to notice any change.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-56-3">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.56.2</h2>
<p>This patch updates our vendored list of top-level domains, which is
used by the provisional "domains()" strategy, and fixes some incorrect
examples in the docs for "mutually_broadcastable_shapes()".</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-56-2">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.56.1</h2>
<p>This patch improves the error message when Hypothesis detects "flush
to zero" mode for floating-point: we now report which package(s)
enabled this, which can make debugging much easier. See issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3458">#3458</a>
for details.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-56-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.56.0</h2>
<p>This release defines "<strong>bool</strong>()" on "SearchStrategy". It always
returns "True", like before, but also emits a warning to help with
cases where you intended to draw a value (issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3463">#3463</a>).</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-56-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.55.0</h2>
<p>In preparation for future versions of the Array API standard,
"make_strategies_namespace()" now accepts an optional "api_version"
argument, which determines the version conformed to by the returned
strategies namespace. If "None", the version of the passed array
module "xp" is inferred.</p>
<p>This release also introduces "xps.real_dtypes()". This is currently
equivalent to the existing "xps.numeric_dtypes()" strategy, but exists
because the latter is expected to include complex numbers in the next
version of the standard.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-55-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.54.6</h2>
<p>If multiple explicit examples (from "<a href="https://github.com/example"><code>@example</code></a>()") raise a Skip
exception, for consistency with generated examples we now re-raise the
first instead of collecting them into an ExceptionGroup (issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3453">#3453</a>).</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-54-6">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.54.5</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/bb6b55ad8dc10e1a29530180603baf8f5308483f"><code>bb6b55a</code></a> Bump hypothesis-python version to 6.56.3 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/39ea2d23bfcf5af8fc7f503b16dd4243866a9c49"><code>39ea2d2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3481">#3481</a> from Zac-HD/efficient-strings</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/ce8fe70ac817dfa46007a9514545324df61bd48c"><code>ce8fe70</code></a> Disable deadline for flaky-slow test</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/07ff885edaa0c11f480a8639a75101c6fe14844f"><code>07ff885</code></a> InferType -> EllipsesType</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/bea95f06cb81aa32c3da42f8f12b1fba6fa7366d"><code>bea95f0</code></a> More known-filter-predicates</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/945ee475f7b622f6438b0ee27a9aa85d4c1f67df"><code>945ee47</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3477">#3477</a> from HypothesisWorks/create-pull-request/patch</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/e65777993c141197e5198c4c87bbca70bfe329b6"><code>e657779</code></a> Update pinned dependencies</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/439416705dcab10a94004e8a44beb215938acaa6"><code>4394167</code></a> Bump hypothesis-python version to 6.56.2 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/e65a7adc03ef47a68c54a43d011e06d223603292"><code>e65a7ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3476">#3476</a> from HypothesisWorks/fix-doc-example</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/8908469f827e552bf0ad60174b9bd080a9d85aa8"><code>8908469</code></a> Update pinned dependencies</li>
<li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.31.3...hypothesis-python-6.56.3">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 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>
Assignee | ||
Updated•2 years ago
|
Description
•