Closed Bug 1746688 Opened 4 years ago Closed 4 years ago

[wpt-sync] Sync PR 32133 - Bump jsonschema from 3.2.0 to 4.3.1 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 32133 into mozilla-central (this bug is closed when the sync is complete).

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

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

Bump jsonschema from 3.2.0 to 4.3.1 in /tools

Bumps jsonschema from 3.2.0 to 4.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Julian/jsonschema/releases">jsonschema's releases</a>.</em></p>
<blockquote>
<h2>v4.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>perf: Cache reference lookups for subschemas by <a href="https://github.com/Stranger6667"><code>@​Stranger6667</code></a> in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/894">Julian/jsonschema#894</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Julian/jsonschema/compare/v4.3.0...v4.3.1">https://github.com/Julian/jsonschema/compare/v4.3.0...v4.3.1</a></p>
<h2>v4.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>perf: Undesired fallback to brute force container uniqueness check on certain input types by <a href="https://github.com/Stranger6667"><code>@​Stranger6667</code></a> in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/893">Julian/jsonschema#893</a></li>
<li>Add <code>jsonschema.protocols.IValidator</code> by <a href="https://github.com/sirosen"><code>@​sirosen</code></a> in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/890">Julian/jsonschema#890</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Stranger6667"><code>@​Stranger6667</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/893">Julian/jsonschema#893</a></li>
<li><a href="https://github.com/sirosen"><code>@​sirosen</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/890">Julian/jsonschema#890</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Julian/jsonschema/compare/v4.2.1...v4.3.0">https://github.com/Julian/jsonschema/compare/v4.2.1...v4.3.0</a></p>
<h2>v4.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add version constraint to importlib_resources by <a href="https://github.com/sevein"><code>@​sevein</code></a> in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/877">Julian/jsonschema#877</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Julian/jsonschema/compare/v4.2.0...v4.2.1">https://github.com/Julian/jsonschema/compare/v4.2.0...v4.2.1</a></p>
<h2>v4.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add release note about dropping support for Py 3.6 by <a href="https://github.com/sir-sigurd"><code>@​sir-sigurd</code></a> in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/869">Julian/jsonschema#869</a></li>
<li>Load schemas via importlib.resources by <a href="https://github.com/sevein"><code>@​sevein</code></a> in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/873">Julian/jsonschema#873</a></li>
<li>Ensure all elements of arrays are verified for uniqueness by <a href="https://github.com/DrGFreeman"><code>@​DrGFreeman</code></a> in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/875">Julian/jsonschema#875</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/sevein"><code>@​sevein</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/873">Julian/jsonschema#873</a></li>
<li><a href="https://github.com/DrGFreeman"><code>@​DrGFreeman</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/875">Julian/jsonschema#875</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Julian/jsonschema/compare/v4.1.2...v4.2.0">https://github.com/Julian/jsonschema/compare/v4.1.2...v4.2.0</a></p>
<h2>v4.1.2</h2>
<h2>What's Changed</h2>
<ul>
<li>validators: Fix dependentSchemas when instance is not an object by <a href="https://github.com/robherring"><code>@​robherring</code></a> in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/850">Julian/jsonschema#850</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Julian/jsonschema/compare/v4.1.1...v4.1.2">https://github.com/Julian/jsonschema/compare/v4.1.1...v4.1.2</a></p>
<h2>v4.1.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix prefixItems index reporting in ValidationError by <a href="https://github.com/jhashkes"><code>@​jhashkes</code></a> in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/862">Julian/jsonschema#862</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jhashkes"><code>@​jhashkes</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/862">Julian/jsonschema#862</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst">jsonschema's changelog</a>.</em></p>
<blockquote>
<h2>v4.3.1</h2>
<ul>
<li>Resolving refs has had performance improvements (<a href="https://github-redirect.dependabot.com/Julian/jsonschema/issues/893">#893</a>)</li>
</ul>
<h2>v4.3.0</h2>
<ul>
<li>Fix undesired fallback to brute force container uniqueness check on
certain input types (<a href="https://github-redirect.dependabot.com/Julian/jsonschema/issues/893">#893</a>)</li>
<li>Implement a PEP544 Protocol for validator classes (<a href="https://github-redirect.dependabot.com/Julian/jsonschema/issues/890">#890</a>)</li>
</ul>
<h2>v4.2.1</h2>
<ul>
<li>Pin <code>importlib.resources</code> from below (<a href="https://github-redirect.dependabot.com/Julian/jsonschema/issues/877">#877</a>)</li>
</ul>
<h2>v4.2.0</h2>
<ul>
<li>Use <code>importlib.resources</code> to load schemas (<a href="https://github-redirect.dependabot.com/Julian/jsonschema/issues/873">#873</a>)</li>
<li>Ensure all elements of arrays are verified for uniqueness by <code>uniqueItems</code>
(<a href="https://github-redirect.dependabot.com/Julian/jsonschema/issues/866">#866</a>)</li>
</ul>
<h2>v4.1.2</h2>
<ul>
<li>Fix <code>dependentSchemas</code> to properly consider non-object instances to be
valid (<a href="https://github-redirect.dependabot.com/Julian/jsonschema/issues/850">#850</a>)</li>
</ul>
<h2>v4.1.1</h2>
<ul>
<li>Fix <code>prefixItems</code> not indicating which item was invalid within the instance
path (<a href="https://github-redirect.dependabot.com/Julian/jsonschema/issues/862">#862</a>)</li>
</ul>
<h2>v4.1.0</h2>
<ul>
<li>Add Python 3.10 to the list of supported Python versions</li>
</ul>
<h2>v4.0.1</h2>
<ul>
<li>Fix the declaration of minimum supported Python version (<a href="https://github-redirect.dependabot.com/Julian/jsonschema/issues/846">#846</a>)</li>
</ul>
<h2>v4.0.0</h2>
<ul>
<li>Partial support for Draft 2020-12 (as well as 2019-09).</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Julian/jsonschema/commit/02ca9faf4bbb4ab01265f2a7be8f747ece40b6b0"><code>02ca9fa</code></a> v4.3.1 -> CHANGELOG</li>
<li><a href="https://github.com/Julian/jsonschema/commit/d5c4d07ddddf34ad5c9f96982c192b5f71bb85a8"><code>d5c4d07</code></a> Merge remote-tracking branch 'Stranger6667/dd/cache-ref-resolving'</li>
<li><a href="https://github.com/Julian/jsonschema/commit/251763a6006e2c270629af199d350452ef7a6ba6"><code>251763a</code></a> docs: Update changelog</li>
<li><a href="https://github.com/Julian/jsonschema/commit/7c19bc99679f22f521a24556d8fcfd468fc4104e"><code>7c19bc9</code></a> perf: Replace the <code>Validator.evolve</code> method with an equivalent class attribute</li>
<li><a href="https://github.com/Julian/jsonschema/commit/9f86718f4fa8573dccf5f1c004b977b04ec9a624"><code>9f86718</code></a> perf: Use cached lookups for resolving fragments if the referent document is ...</li>
<li><a href="https://github.com/Julian/jsonschema/commit/60242e770882f2ae2dea772350a6de3f767817ad"><code>60242e7</code></a> perf: Cache reference lookups for subschemas</li>
<li><a href="https://github.com/Julian/jsonschema/commit/0878727e6dc39f1f9268a626a6b6390b2dde2f4a"><code>0878727</code></a> Shorten the protocol test.</li>
<li><a href="https://github.com/Julian/jsonschema/commit/5b4d5b7a6446ea8854df66cdf7fff74d03f6d2f6"><code>5b4d5b7</code></a> Remove relative imports</li>
<li><a href="https://github.com/Julian/jsonschema/commit/92d93c1333027d8a19493c431503f3db171efda9"><code>92d93c1</code></a> Schemas can be bools too in newer drafts.</li>
<li><a href="https://github.com/Julian/jsonschema/commit/f1240a72a4bab36db8fe72cd5f54769c7873e985"><code>f1240a7</code></a> Remove a last use of 'interface' instead of 'protocol'.</li>
<li>Additional commits viewable in <a href="https://github.com/Julian/jsonschema/compare/v3.2.0...v4.3.1">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.