Closed Bug 1755378 Opened 4 years ago Closed 4 years ago

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

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

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

Bump hypothesis from 6.31.3 to 6.36.2 in /tools

Bumps hypothesis from 6.31.3 to 6.36.2.
<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.36.2</h2>
<p>This patch updates our vendored list of top-level domains, which is
used by the provisional "domains()" strategy.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-36-2">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.36.1</h2>
<p>This patch fixes some deprecation warnings from pytest 7.0, along with
some code formatting and docs updates.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-36-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.36.0</h2>
<p>This release disallows using "typing.Final" with "from_type()" and
"register_type_strategy()".</p>
<p>Why? Because "Final" can only be used during "class" definition. We
don't generate class attributes.</p>
<p>It also does not make sense as a runtime type on its own.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-36-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.35.1</h2>
<p>This patch fixes "hypothesis write" output highlighting with rich
version 12.0 and later.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-35-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.35.0</h2>
<p>This release disallows using "typing.ClassVar" with "from_type()" and
"register_type_strategy()".</p>
<p>Why? Because "ClassVar" can only be used during "class" definition. We
don't generate class attributes.</p>
<p>It also does not make sense as a runtime type on its own.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-35-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.34.2</h2>
<p>This patch updates our vendored list of top-level domains, which is
used by the provisional "domains()" strategy.</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-34-2">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.34.1</h2>
<p>This patch fixes issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3169">#3169</a>, an extremely rare bug which would
trigger if an internal least-recently-reused cache dropped a newly
added entry immediately after it was added.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/650943d80a33bddc84bf71742df622d11d4e7786"><code>650943d</code></a> Bump hypothesis-python version to 6.36.2 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/2529a7abfdfbd43851b8169b10acd05777da45c5"><code>2529a7a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3230">#3230</a> from HypothesisWorks/create-pull-request/patch</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c2a7d7ee57c1346afeb6574c36e018368a68ab76"><code>c2a7d7e</code></a> Skip py 3.11 CI due to wrapt bug</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/83607993266bb8afe39962cb14c7a49e3eb7c145"><code>8360799</code></a> Link to new Pytest docs</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/3bdf9be89607dc8c1212271ca780d82be7c51899"><code>3bdf9be</code></a> Test in pythondevmode</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/8fb636d7e23c383a90614420f739bd35d0b4d885"><code>8fb636d</code></a> Update pinned dependencies</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/3c5b3ca3d8f6f4d719e4132adcd9ade8076c441b"><code>3c5b3ca</code></a> We rarely need this slow op</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/3056fc4897fc624bd6c94f79e19345efffa42187"><code>3056fc4</code></a> Update pinned pip-tools</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/b4addaf771a2acd3cd879dba3998d95fcb0ac0b5"><code>b4addaf</code></a> No more free codespaces :-(</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c14e08a4cc636380c37fd3fd635697f1376c882d"><code>c14e08a</code></a> Bump hypothesis-python version to 6.36.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.36.2">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: 4 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.