Closed Bug 1814754 Opened 3 years ago Closed 3 years ago

[wpt-sync] Sync PR 38335 - Bump hypothesis from 6.31.3 to 6.66.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 38335 into mozilla-central (this bug is closed when the sync is complete).

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

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

Bump hypothesis from 6.31.3 to 6.66.0 in /tools

Bumps hypothesis from 6.31.3 to 6.66.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.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>
<h2>Hypothesis for Python - version 6.65.2</h2>
<p>This patch fixes invalid annotations detected for the tests generated
by Ghostwritter. It will now correctly generate "Optional" types with
just one type argument and handle union expressions inside of type
arguments correctly. Additionally, it now supports code with the "from
<strong>future</strong> import annotations" marker for Python 3.10 and newer.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-65-2">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.65.1</h2>
<p>This release improves the pretty-printing of enums in falsifying
examples, so that they print as their full identifier rather than
their repr.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-65-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.65.0</h2>
<p>Hypothesis now reports some failing inputs by showing the call which
constructed an object, rather than the repr of the object. This can
be helpful when the default repr does not include all relevant
details, and will unlock further improvements in a future version.</p>
<p>For now, we capture calls made via "builds()", and via
SearchStrategy.map().</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-65-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.64.0</h2>
<p>The Ghostwritter will now include type annotations on tests for type-
annotated code. If you want to force this to happen (or not happen),
pass a boolean to the new "annotate=" argument to the Python
functions, or the "--[no-]annotate" CLI flag.</p>
<p>Thanks to Nicolas Ganz for this new feature!</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-64-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.63.0</h2>
<p>"range_indexes()" now accepts a "name=" argument, to generate named
"pandas.RangeIndex" objects.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/d6fbb3b56c6515108a99d6e766e6357e503f5cff"><code>d6fbb3b</code></a> Bump hypothesis-python version to 6.66.0 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/02fa5b31b9fb30e78451e1dae05ff82c30b2a3c3"><code>02fa5b3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3559">#3559</a> from felixdivo/patch-add-width</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/821fe583a354b042bab6218f889ebce4b2787b42"><code>821fe58</code></a> Merge branch 'pr/3531' into pr/3559</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/dc359df22420acc7832c6a3976fdf0f4d3964913"><code>dc359df</code></a> Merge branch 'pr/3557' into pr/3559</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/466198439033ef3b0beea69cc8fbbc62252e84d1"><code>4661984</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3564">#3564</a> from HypothesisWorks/create-pull-request/patch</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/68a4f311101d893eb168b0b9aced505cd09cc731"><code>68a4f31</code></a> Allow complex32 dtype</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/5b8ff2bad39ad1f651927615d7911bc77cacf3eb"><code>5b8ff2b</code></a> Update hypothesis-python/src/hypothesis/strategies/_internal/core.py</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/3fc1f2a76b0104d70b7a0800a8edcb01ad0c3dab"><code>3fc1f2a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3563">#3563</a> from hroncok/patch-1</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/1681f5907dfb16fe721d04efe45db2132df9a291"><code>1681f59</code></a> Update pinned dependencies</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/d9d15da70b76686bcfdaa38b472828242fb93ee2"><code>d9d15da</code></a> Tests: Don't force endianness of Pandas timestamp columns</li>
<li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.31.3...hypothesis-python-6.66.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.