[wpt-sync] Sync PR 35300 - Bump jsonschema from 3.2.0 to 4.9.0 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 35300 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35300
Details from upstream follow.
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> wrote:
Bump jsonschema from 3.2.0 to 4.9.0 in /tools
Bumps jsonschema from 3.2.0 to 4.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/python-jsonschema/jsonschema/releases">jsonschema's releases</a>.</em></p>
<blockquote>
<h2>v4.9.0</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/python-jsonschema/jsonschema/compare/v4.8.0...v4.9.0">https://github.com/python-jsonschema/jsonschema/compare/v4.8.0...v4.9.0</a></p>
<h2>v4.8.0</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/python-jsonschema/jsonschema/compare/v4.7.2...v4.8.0">https://github.com/python-jsonschema/jsonschema/compare/v4.7.2...v4.8.0</a></p>
<h2>v4.7.2</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/python-jsonschema/jsonschema/compare/v4.7.1...v4.7.2">https://github.com/python-jsonschema/jsonschema/compare/v4.7.1...v4.7.2</a></p>
<h2>v4.7.1</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/python-jsonschema/jsonschema/compare/v4.7.0...v4.7.1">https://github.com/python-jsonschema/jsonschema/compare/v4.7.0...v4.7.1</a></p>
<h2>v4.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Enhance best match to prefer errors from matching types. by <a href="https://github.com/Julian"><code>@Julian</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/972">python-jsonschema/jsonschema#972</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/python-jsonschema/jsonschema/compare/v4.6.2...v4.7.0">https://github.com/python-jsonschema/jsonschema/compare/v4.6.2...v4.7.0</a></p>
<h2>v4.6.2</h2>
<h2>What's Changed</h2>
<ul>
<li>docs: Fix a few typos by <a href="https://github.com/timgates42"><code>@timgates42</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/969">python-jsonschema/jsonschema#969</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/timgates42"><code>@timgates42</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/969">python-jsonschema/jsonschema#969</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/python-jsonschema/jsonschema/compare/v4.6.1...v4.6.2">https://github.com/python-jsonschema/jsonschema/compare/v4.6.1...v4.6.2</a></p>
<h2>v4.6.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Type annotate format checker methods by <a href="https://github.com/sirosen"><code>@sirosen</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/958">python-jsonschema/jsonschema#958</a></li>
<li>Fix fuzzer to include instrumentation by <a href="https://github.com/DavidKorczynski"><code>@DavidKorczynski</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/965">python-jsonschema/jsonschema#965</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/967">python-jsonschema/jsonschema#967</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/python-jsonschema/jsonschema/compare/v4.6.0...v4.6.1">https://github.com/python-jsonschema/jsonschema/compare/v4.6.0...v4.6.1</a></p>
<h2>v4.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add package_url for changelog by <a href="https://github.com/fhightower"><code>@fhightower</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/950">python-jsonschema/jsonschema#950</a></li>
<li>Only validate unevaluated properties/items on applicable types by <a href="https://github.com/EpicWink"><code>@EpicWink</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/949">python-jsonschema/jsonschema#949</a></li>
<li>Add v4.5.1 to changelog by <a href="https://github.com/sirosen"><code>@sirosen</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/956">python-jsonschema/jsonschema#956</a></li>
<li>Modernize the packaging setup via PEP 621 and Hatch. by <a href="https://github.com/Julian"><code>@Julian</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/957">python-jsonschema/jsonschema#957</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/fhightower"><code>@fhightower</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/950">python-jsonschema/jsonschema#950</a></li>
<li><a href="https://github.com/EpicWink"><code>@EpicWink</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/949">python-jsonschema/jsonschema#949</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/python-jsonschema/jsonschema/compare/v4.5.1...v4.6.0">https://github.com/python-jsonschema/jsonschema/compare/v4.5.1...v4.6.0</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst">jsonschema's changelog</a>.</em></p>
<blockquote>
<h2>v4.9.0</h2>
<ul>
<li>Fix relative <code>$ref</code> resolution when the base URI is a URN or other scheme
(<a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/issues/544">#544</a>).</li>
<li><code>pkgutil.resolve_name</code> is now used to retrieve validators
provided on the command line. This function is only available on
3.9+, so 3.7 and 3.8 (which are still supported) now rely on the
<code>pkgutil_resolve_name <https://pypi.org/project/pkgutil_resolve_name/></code>_
backport package. Note however that the CLI itself is due
to be deprecated shortly in favor of <code>check-jsonschema <https://github.com/python-jsonschema/check-jsonschema></code>_.</li>
</ul>
<h2>v4.8.0</h2>
<ul>
<li><code>best_match</code> no longer traverses into <code>anyOf</code> and <code>oneOf</code> when all of
the errors within them seem equally applicable. This should lead to clearer
error messages in some cases where no branches were matched.</li>
</ul>
<h2>v4.7.2</h2>
<ul>
<li>Also have <code>best_match</code> handle cases where the <code>type</code> validator is an
array.</li>
</ul>
<h2>v4.7.1</h2>
<ul>
<li>Minor tweak of the PyPI hyperlink names</li>
</ul>
<h2>v4.7.0</h2>
<ul>
<li>Enhance <code>best_match</code> to prefer errors from branches of the schema which
match the instance's type (<a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/issues/728">#728</a>)</li>
</ul>
<h2>v4.6.2</h2>
<ul>
<li>Fix a number of minor typos in docstrings, mostly private ones (<a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/issues/969">#969</a>)</li>
</ul>
<h2>v4.6.1</h2>
<ul>
<li>Gut the (incomplete) implementation of <code>recursiveRef</code> on draft 2019. It
needs completing, but for now can lead to recursion errors (e.g. <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/issues/847">#847</a>).</li>
</ul>
<h2>v4.6.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/6f18518ebc5855876aab846183c80372e454ac94"><code>6f18518</code></a> Add the URN fix to the CHANGELOG.</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/c9a3667507be5ba75fbf57589cbf094e881625af"><code>c9a3667</code></a> Fix resolving relative $refs with URN base URIs.</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/5bdcaaa3c562ab3f198ad18d04e9525bb3dc8c55"><code>5bdcaaa</code></a> Merge commit 'ecc464314583f989ca4f3d9da87d60543b8b5189'</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/ecc464314583f989ca4f3d9da87d60543b8b5189"><code>ecc4643</code></a> Squashed 'json/' changes from fd9bcfbdb..685ac631d</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/d2181bb1570b9969e58c4ce948054b38a529254f"><code>d2181bb</code></a> html -> dirhtml, and format_nongpl -> formatnongpl in tox</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/ac29e07c7bd23c912ad463df035ecdc78dadcb1a"><code>ac29e07</code></a> Bump doc requirements (mostly for newer Sphinx).</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/26ba2d22427413ed06adc1c28a875760c96412ce"><code>26ba2d2</code></a> Add a mention to the CHANGELOG.</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/d8c76962859417b1e6fe8c3a59351e49468f7a80"><code>d8c7696</code></a> Replace the vendored twisted.reflect.namedAny with pkgutil.resolve_name.</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/438c8fb12546d761c7ce3cba7fe36057c11fe713"><code>438c8fb</code></a> Rename the extra for non-GPL format support in the pyproject.toml</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/71087fcd2d44efca0dd33aed7122bd166468e6ab"><code>71087fc</code></a> Add a FAQ entry for remembering trailing slashes in base URIs.</li>
<li>Additional commits viewable in <a href="https://github.com/python-jsonschema/jsonschema/compare/v3.2.0...v4.9.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 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
•