Closed Bug 1816011 Opened 3 years ago Closed 3 years ago

[wpt-sync] Sync PR 38438 - Bump hypothesis from 6.31.3 to 6.68.0 in /tools

Categories

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

task

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

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

Bump hypothesis from 6.31.3 to 6.68.0 in /tools

Bumps hypothesis from 6.31.3 to 6.68.0.
<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.68.0</h2>
<p>This release adds support for the Array API's 2022.12 release via the
"api_version" argument in "make_strategies_namespace()". Concretely
this involves complex support in its existing strategies, plus an
introduced "xps.complex_dtypes()" strategy.</p>
<p>Additionally this release now treats hypothesis.extra.array_api as
stable, meaning breaking changes should only happen with major
releases of Hypothesis.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-68-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.67.1</h2>
<p>This patch updates our autoformatting tools, improving our code style
without any API changes.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-67-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.67.0</h2>
<p>This release allows for more precise generation of complex numbers
using "from_dtype()", by supporting the "width", "min_magnitude", and
"min_magnitude" arguments (issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3468">#3468</a>).</p>
<p>Thanks to Felix Divo for this feature!</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-67-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.66.2</h2>
<p>This patch fixes a rare "RecursionError" when pretty-printing a multi-
line object without type-specific printer, which was passed to a
function which returned the same object by ".map()" or "builds()" and
thus recursed due to the new pretty reprs in Hypothesis 6.65.0 -
2023-01-24 (issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3560">#3560</a>). Apologies to all those affected.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-66-2">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.66.1</h2>
<p>This makes "hypothesis.extra.numpy.from_dtype()" pass through the
parameter <em>allow_subnormal</em> for complex dtypes.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-66-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.66.0</h2>
<p>This release adds a "width" parameter to
"hypothesis.strategies.complex_numbers()", analogously to
"hypothesis.strategies.floats()".</p>
<p>Thanks to Felix Divo for the new feature!</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-66-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/70dd2dcdb7861a59f2c411aebfc29daed958379a"><code>70dd2dc</code></a> Bump hypothesis-python version to 6.68.0 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/50b7b1ab907602ab86ab400b6f6a802ffaf98ac3"><code>50b7b1a</code></a> Tweak actions config</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c257b90e8d0211b434934188ac9e2f449fcd70b2"><code>c257b90</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3575">#3575</a> from honno/xp-2022.12</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/520a2dfba8f0cb79431811459556882f360aa3e6"><code>520a2df</code></a> Treat na values as unique in <code>test_arbitrary_data_frames</code></li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/883f760e3017f42e801148ac42ce3cf41184dd1d"><code>883f760</code></a> Add <code>complex</code> to union type hint for <code>xps.from_dtype()</code></li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c866ef1c0586f80580b96134217f0d4c4b8ceed9"><code>c866ef1</code></a> Add <code>RELEASE.rst</code></li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/9a5a41ef80b57726f162e5249d76dc43fe15494f"><code>9a5a41e</code></a> Note <code>extra.array_api</code> as stable</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/3742c6f39b7d599f9e660a19d35448d54f915df6"><code>3742c6f</code></a> Update <code>xps.from_dtype()</code> complex branch</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/bf67b1727af9392fadb61f76967ad0cd7a60d633"><code>bf67b17</code></a> Support for the Array API <code>2022.12</code> release</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/68b9c204432f184e6bcb28704e75522b59f983e3"><code>68b9c20</code></a> Bump hypothesis-python version to 6.67.1 and update changelog</li>
<li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.31.3...hypothesis-python-6.68.0">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>

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.