[wpt-sync] Sync PR 34085 - Bump hypothesis from 6.31.3 to 6.46.5 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 34085 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34085
Details from upstream follow.
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> wrote:
Bump hypothesis from 6.31.3 to 6.46.5 in /tools
Bumps hypothesis from 6.31.3 to 6.46.5.
<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.46.5</h2>
<p>This patch fixes "from_dtype()" with long-precision floating-point
datatypes (typecode "g"; see "numpy.typename()").</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-46-5">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.46.4</h2>
<p>This patch improves some error messages for custom signatures
containing invalid parameter names (issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3317">#3317</a>).</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-46-4">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.46.3</h2>
<p>This patch by Cheuk Ting Ho makes it an explicit error to call
"from_type()" or "register_type_strategy()" with types that have no
runtime instances (issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3280">#3280</a>).</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-46-3">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.46.2</h2>
<p>This patch fixes silently dropping examples when the "<a href="https://github.com/example"><code>@example</code></a>"
decorator is applied to itself (issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3319">#3319</a>). This was always a weird
pattern, but now it works. Thanks to Ray Sogata, Keeri Tramm, and
Kevin Khuong for working on this patch!</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-46-2">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.46.1</h2>
<p>This patch fixes a rare bug where we could incorrectly treat "empty"
as a type annotation, if the callable had an explicitly assigned
"<strong>signature</strong>".</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-46-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.46.0</h2>
<p>This release adds an "allow_nil" argument to "uuids()", which you can
use to... generate the nil UUID. Thanks to Shlok Gandhi for the
patch!</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-46-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.45.4</h2>
<p>This patch fixes some missing imports for certain Ghostwritten tests.
Thanks to Mel Seto for fixing issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3316">#3316</a>.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-45-4">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.45.3</h2>
<p>This patch teaches the Ghostwriter to recognize many more common
argument names (issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3311">#3311</a>).</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/afb0a6bed467d8b4c4a295d4cb4dccd674bc05e1"><code>afb0a6b</code></a> Bump hypothesis-python version to 6.46.5 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/e2d16a07e326503f982d3acccaae1fba5da5f6c6"><code>e2d16a0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3342">#3342</a> from Zac-HD/fix-from_dtype-float128</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/6dcba8d1627d582f68d8ffce8ead5335ce65ac66"><code>6dcba8d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3341">#3341</a> from HypothesisWorks/create-pull-request/patch</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/28b70b745e9f81a72d39729ced51c87a91947220"><code>28b70b7</code></a> Bump hypothesis-python version to 6.46.4 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c36667cc919bdee885bf20ea4492f9cff45071de"><code>c36667c</code></a> Add 3.12 to CI</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c8d800a2609d353d99271638ccf2474544d18a83"><code>c8d800a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3343">#3343</a> from Zac-HD/check-for-keywords</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/0bc239577598c4561c63c98bba0589857f024e41"><code>0bc2395</code></a> Improve gufunc ghostwriter</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/63b3f20833dcfcf790e49fcba03e78bd2145edc7"><code>63b3f20</code></a> Delete unused attributes</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/1205849aa94174695258221030899bbb0050ec0a"><code>1205849</code></a> Check for keywords in param names</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/a572f38ff358a4f56754eb7020e82c8434f7c5e0"><code>a572f38</code></a> Fix from_dtype for float128</li>
<li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.31.3...hypothesis-python-6.46.5">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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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•3 years ago
|
Description
•