Closed Bug 1772230 Opened 4 years ago Closed 3 years ago

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

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

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

Bump jsonschema from 3.2.0 to 4.6.0 in /tools

Bumps jsonschema from 3.2.0 to 4.6.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.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>Mark library as typed (PEP-561) by <a href="https://github.com/ssbarnea"><code>@​ssbarnea</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/954">python-jsonschema/jsonschema#954</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>
<h2>v4.5.1</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/python-jsonschema/jsonschema/compare/v4.5.0...v4.5.1">https://github.com/python-jsonschema/jsonschema/compare/v4.5.0...v4.5.1</a></p>
<h2>v4.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Extend dynamicRef keyword by <a href="https://github.com/nezhar"><code>@​nezhar</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/886">python-jsonschema/jsonschema#886</a></li>
<li>Add FORMAT_CHECKER attribute for Validator by <a href="https://github.com/TiborVoelcker"><code>@​TiborVoelcker</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/905">python-jsonschema/jsonschema#905</a></li>
<li>Remove stray double-quote by <a href="https://github.com/lurch"><code>@​lurch</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/926">python-jsonschema/jsonschema#926</a></li>
<li>Ensure proper sorting of list in error message by <a href="https://github.com/ssbarnea"><code>@​ssbarnea</code></a> in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/940">python-jsonschema/jsonschema#940</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/TiborVoelcker"><code>@​TiborVoelcker</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/905">python-jsonschema/jsonschema#905</a></li>
<li><a href="https://github.com/lurch"><code>@​lurch</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/926">python-jsonschema/jsonschema#926</a></li>
<li><a href="https://github.com/ssbarnea"><code>@​ssbarnea</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/pull/940">python-jsonschema/jsonschema#940</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/python-jsonschema/jsonschema/compare/v4.4.0...v4.5.0">https://github.com/python-jsonschema/jsonschema/compare/v4.4.0...v4.5.0</a></p>
<h2>v4.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Setup mypy in <code>tox -e typing</code> and get it to pass by <a href="https://github.com/sirosen"><code>@​sirosen</code></a> in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/892">Julian/jsonschema#892</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Julian/jsonschema/compare/v4.3.3...v4.4.0">https://github.com/Julian/jsonschema/compare/v4.3.3...v4.4.0</a></p>
<h2>v4.3.3</h2>
<h2>What's Changed</h2>
<ul>
<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/Julian/jsonschema/pull/897">Julian/jsonschema#897</a></li>
<li>Move warnings to user context by <a href="https://github.com/Kojoley"><code>@​Kojoley</code></a> in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/899">Julian/jsonschema#899</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Kojoley"><code>@​Kojoley</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/Julian/jsonschema/pull/899">Julian/jsonschema#899</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Julian/jsonschema/compare/v4.3.2...v4.3.3">https://github.com/Julian/jsonschema/compare/v4.3.2...v4.3.3</a></p>
<h2>v4.3.2</h2>
<h2>What's Changed</h2>
<!-- 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.6.0</h2>
<ul>
<li>Fix <code>unevaluatedProperties</code> and <code>unevaluatedItems</code> for types they should
ignore (<a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/issues/949">#949</a>)</li>
<li><code>jsonschema</code> now uses <code>hatch <https://hatch.pypa.io/&gt;</code>_ for its build
process. This should be completely transparent to end-users (and only matters
to contributors).</li>
</ul>
<h2>v4.5.1</h2>
<ul>
<li>Revert changes to <code>$dynamicRef</code> which caused a performance regression
in v4.5.0</li>
</ul>
<h2>v4.5.0</h2>
<ul>
<li>Validator classes for each version now maintain references to the correct
corresponding format checker (<a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/issues/905">#905</a>)</li>
<li>Development has moved to a <code>GitHub organization <https://github.com/python-jsonschema/&gt;</code>_.
No functional behavior changes are expected from the change.</li>
</ul>
<h2>v4.4.0</h2>
<ul>
<li>Add <code>mypy</code> support (<a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/issues/892">#892</a>)</li>
<li>Add support for Python 3.11</li>
</ul>
<h2>v4.3.3</h2>
<ul>
<li>Properly report deprecation warnings at the right stack level (<a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/issues/899">#899</a>)</li>
</ul>
<h2>v4.3.2</h2>
<ul>
<li>Additional performance improvements for resolving refs (<a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/issues/896">#896</a>)</li>
</ul>
<h2>v4.3.1</h2>
<ul>
<li>Resolving refs has had performance improvements (<a href="https://github-redirect.dependabot.com/python-jsonschema/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/python-jsonschema/jsonschema/issues/893">#893</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/6ca4004b7c1dcddadbe6e02dff2c793a366666dc"><code>6ca4004</code></a> v4.6.0 -> CHANGELOG</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/142636459d4e62a71fc72e8da27e5c93d114acd1"><code>1426364</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python-jsonschema/jsonschema/issues/957">#957</a> from python-jsonschema/hatch</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/6a68aa2444f031ded3e1cb1e9a73e6d36d61e76e"><code>6a68aa2</code></a> Ignore the badge URLs, they seem super unreliable from CI.</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/b890d2f16c9df863057c88f91d739e8cca3e0315"><code>b890d2f</code></a> Ignore a deprecation warning coming from pkg_resources on 3.11</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/69d3787b5448821c691b5ac8c0e959f77f957fb9"><code>69d3787</code></a> Add basic CONTRIBUTING guidelines.</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/499a6dac061f339911c3f789c0700f5c368a4a78"><code>499a6da</code></a> Make project.urls be valid URLs.</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/679e82bb555ad65f555a50276e1c5cbd9bc65eb4"><code>679e82b</code></a> Combine the CI and packaging workflows.</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/9b22313143a7de18a08f7852dede1aa86929a6da"><code>9b22313</code></a> Let RTD be authoritative about what the default doc version is.</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/a5af0cd98202789973300252101d5f4b83b2b745"><code>a5af0cd</code></a> Re-enable Python 3.11 testing in CI.</li>
<li><a href="https://github.com/python-jsonschema/jsonschema/commit/f61f3b7a73c14409178921bf4ce23050bf90560d"><code>f61f3b7</code></a> Modernize the packaging setup via PEP 621 and Hatch.</li>
<li>Additional commits viewable in <a href="https://github.com/python-jsonschema/jsonschema/compare/v3.2.0...v4.6.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 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: 3 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.