Skip to content

Commit

Permalink
chore(deps): bump jsonschema from 4.18.6 to 4.19.2 (#28)
Browse files Browse the repository at this point in the history
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from
4.18.6 to 4.19.2.
<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.19.2</h2>
<!-- raw HTML omitted -->
<ul>
<li>Fix the error message for additional items when used with
heterogeneous arrays.</li>
<li>Don't leak the <code>additionalItems</code> keyword into JSON Schema
draft 2020-12, where it was replaced by <code>items</code>.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/python-jsonschema/jsonschema/compare/v4.19.1...v4.19.2">https://github.com/python-jsonschema/jsonschema/compare/v4.19.1...v4.19.2</a></p>
<h2>v4.19.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Allow single label hostname in format string by <a
href="https://github.com/swaeberle"><code>@​swaeberle</code></a> in <a
href="https://redirect.github.com/python-jsonschema/jsonschema/pull/1164">python-jsonschema/jsonschema#1164</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/swaeberle"><code>@​swaeberle</code></a>
made their first contribution in <a
href="https://redirect.github.com/python-jsonschema/jsonschema/pull/1164">python-jsonschema/jsonschema#1164</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/python-jsonschema/jsonschema/compare/v4.19.0...v4.19.1">https://github.com/python-jsonschema/jsonschema/compare/v4.19.0...v4.19.1</a></p>
<h2>v4.19.0</h2>
<!-- raw HTML omitted -->
<ul>
<li>Importing the <code>Validator</code> protocol directly from the
package root is deprecated. Import it from
<code>jsonschema.protocols.Validator</code> instead.</li>
<li>Automatic retrieval of remote references (which is still deprecated)
now properly succeeds even if the retrieved resource does not declare
which version of JSON Schema it uses. Such resources are assumed to be
2020-12 schemas. This more closely matches the
pre-<code>referencing</code> library behavior.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/python-jsonschema/jsonschema/compare/v4.18.6...v4.19.0">https://github.com/python-jsonschema/jsonschema/compare/v4.18.6...v4.19.0</a></p>
</blockquote>
</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>
<h1>v4.19.2</h1>
<ul>
<li>Fix the error message for additional items when used with
heterogeneous arrays.</li>
<li>Don't leak the <code>additionalItems</code> keyword into JSON Schema
draft 2020-12, where it was replaced by <code>items</code>.</li>
</ul>
<h1>v4.19.1</h1>
<ul>
<li>Single label hostnames are now properly considered valid according
to the <code>hostname</code> format.
This is the behavior specified by the relevant RFC (1123).
IDN hostname behavior was already correct.</li>
</ul>
<h1>v4.19.0</h1>
<ul>
<li>Importing the <code>Validator</code> protocol directly from the
package root is deprecated.
Import it from <code>jsonschema.protocols.Validator</code> instead.</li>
<li>Automatic retrieval of remote references (which is still deprecated)
now properly succeeds even if the retrieved resource does not declare
which version of JSON Schema it uses.
Such resources are assumed to be 2020-12 schemas.
This more closely matches the pre-referencing library behavior.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-jsonschema/jsonschema/commit/7f003a9d4da6b1f7dc08c0428cdb372a00e1e4a4"><code>7f003a9</code></a>
Update docs requirements.</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema/commit/daa40b3eaf55f72f6154f9a48e557d895617b24a"><code>daa40b3</code></a>
Don't leak the <code>additionalItems</code> keyword into JSON Schema
draft 2020-12</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema/commit/8cff13d0e8b7d92980bdab69e47805167c9aa305"><code>8cff13d</code></a>
Fix items/prefixItems' message when used with heterogeneous arrays.</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema/commit/d9be1a49fa49dc5fdd3b20344ab57dad24c6e82d"><code>d9be1a4</code></a>
Merge commit '75f09dc062084528d31018e9297dab132a997590'</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema/commit/75f09dc062084528d31018e9297dab132a997590"><code>75f09dc</code></a>
Squashed 'json/' changes from a9a1e2e..95fe6ca</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema/commit/aaee6f4d65f50f6821e160d40cad7af4eb2d4bcd"><code>aaee6f4</code></a>
Merge pull request <a
href="https://redirect.github.com/python-jsonschema/jsonschema/issues/1181">#1181</a>
from python-jsonschema/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema/commit/9096bca9ce88313b254bc6b05aa0cb3e1e1d1a92"><code>9096bca</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema/commit/628a2c96bc397ed6c0c385bf68b2be5094b2be94"><code>628a2c9</code></a>
Squashed 'json/' changes from ba52c48a..a9a1e2e3</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema/commit/edde408e009cfe181d650e5d15cd4f50184eef10"><code>edde408</code></a>
Merge commit '628a2c96bc397ed6c0c385bf68b2be5094b2be94'</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema/commit/e6ec2f9493f6a95094a64ff0d89c3b56f936265a"><code>e6ec2f9</code></a>
Squashed 'json/' changes from 4ecd01f3..ba52c48a</li>
<li>Additional commits viewable in <a
href="https://github.com/python-jsonschema/jsonschema/compare/v4.18.6...v4.19.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsonschema&package-manager=pip&previous-version=4.18.6&new-version=4.19.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 9, 2024
1 parent 9f27850 commit 93a6f1b
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93a6f1b

Please sign in to comment.