[wpt-sync] Sync PR 34294 - Bump hypothesis from 6.31.3 to 6.46.11 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 34294 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34294
Details from upstream follow.
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> wrote:
Bump hypothesis from 6.31.3 to 6.46.11 in /tools
Bumps hypothesis from 6.31.3 to 6.46.11.
<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.11</h2>
<p>Mention "hypothesis.strategies.timezones()" in the documentation of
"hypothesis.strategies.datetimes()" for completeness.</p>
<p>Thanks to George Macon for this addition.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-46-11">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.46.10</h2>
<p>This release contains some small improvements to our documentation.
Thanks to Felix Divo for his contribution!</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-46-10">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.46.9</h2>
<p>This patch by Adrian Garcia Badaracco adds type annotations to some
private internals (issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3074">#3074</a>).</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-46-9">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.46.8</h2>
<p>This patch by Phillip Schanely makes changes to the "floats()"
strategy when "min_value" or "max_value" is present. Hypothesis will
now be capable of generating every representable value in the bounds.
You may notice that hypothesis is more likely to test values near
boundaries, and values that are very close to zero.</p>
<p>These changes also support future integrations with symbolic execution
tools and fuzzers (issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3086">#3086</a>).</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-46-8">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.46.7</h2>
<p>This patch updates the type annotations for "tuples()" and "one_of()"
so that type-checkers require its arguments to be positional-only, and
so that it no longer fails under pyright-strict mode (see issue
<a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3348">#3348</a>). Additional changes are made to Hypothesis' internals improve
pyright scans.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-46-7">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.46.6</h2>
<p>This patch by Cheuk Ting Ho adds support for <strong>PEP 655</strong> "Required"
and "NotRequired" as attributes of "TypedDict" in "from_type()" (issue
<a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3339">#3339</a>).</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-46-6">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.46.5</h2>
<p>This patch fixes "from_dtype()" with long-precision floating-point</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/4248a48615fb18943bf45503bb6326f672709edb"><code>4248a48</code></a> Bump hypothesis-python version to 6.46.11 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/7f210c1a88e3dfcab7126c77e1c2912030b04ad0"><code>7f210c1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3362">#3362</a> from gmacon/timezone-strategy-cross-reference</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/34334c02cd1cf4e98c33f6acc9c3ad4ebb824a74"><code>34334c0</code></a> Reference timezone strategies from datetimes</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/b4e8a083943f0286f8e999abb1dd6fc19fdc2f09"><code>b4e8a08</code></a> Bump hypothesis-python version to 6.46.10 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/826d3772fc1aeb2ad172fb380ba212e28f482bc4"><code>826d377</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3360">#3360</a> from felixdivo/patch-1</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/ef63233a9e643c993ece508e1e03252b92c0172c"><code>ef63233</code></a> Fix flaky windows-unicode test</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/321fdef9a858f66921f578adf5a5170545a3955b"><code>321fdef</code></a> Fix whitespace</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/64783590d5ab20f9c34767f6cc306929e2c8de88"><code>6478359</code></a> Match in multiline mode</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/e57343c46e18e91dc748df8ecf53cbc727dc2fca"><code>e57343c</code></a> Re-enable two tests for subnormals</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/0bf7c14203a657dce7258f992afb7fd7c5ea276f"><code>0bf7c14</code></a> Helpful error in bizarre circumstances</li>
<li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.31.3...hypothesis-python-6.46.11">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
•