Commit 2dfc36e
authored
chore(deps): bump the jsonschema group with 2 updates (#984)
Updates the requirements on
[jsonschema](https://github.com/Stranger6667/jsonschema) and
[referencing](https://github.com/Stranger6667/jsonschema) to permit the
latest version.
Updates `jsonschema` to 0.45.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Stranger6667/jsonschema/releases">jsonschema's
releases</a>.</em></p>
<blockquote>
<h2>[Python] Release 0.45.0</h2>
<h3>Added</h3>
<ul>
<li><code>bundle(schema, ...)</code>: produce a Compound Schema Document
with all external <code>$ref</code> targets embedded in a
draft-appropriate container (<code>definitions</code> for Draft 4/6/7,
<code>$defs</code> for Draft 2019-09/2020-12; <a
href="https://json-schema.org/draft/2020-12/json-schema-core#appendix-B">Appendix
B</a>). <a
href="https://redirect.github.com/Stranger6667/jsonschema/issues/791">#791</a>.</li>
<li><code>ValidationError.absolute_keyword_location</code> to get the
absolute keyword location URI of the schema node that produced the
error.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md">jsonschema's
changelog</a>.</em></p>
<blockquote>
<h2>[0.45.0] - 2026-03-08</h2>
<h3>Added</h3>
<ul>
<li><code>bundle(schema)</code> / <code>async_bundle(schema)</code> /
<code>ValidationOptions::bundle</code>: produce a Compound Schema
Document with external <code>$ref</code> targets embedded in a
draft-appropriate container (<code>definitions</code> for Draft 4/6/7,
<code>$defs</code> for Draft 2019-09/2020-12) while preserving
<code>$ref</code> values. <a
href="https://redirect.github.com/Stranger6667/jsonschema/issues/791">#791</a>.</li>
<li><strong>CLI</strong>: <code>jsonschema validate</code> and
<code>jsonschema bundle</code> subcommands. Flat invocation
(<code>jsonschema schema.json -i …</code>) is deprecated — use
<code>jsonschema validate</code> instead. <a
href="https://redirect.github.com/Stranger6667/jsonschema/issues/791">#791</a>.</li>
<li><code>ValidationError::absolute_keyword_location()</code> to get the
absolute keyword location URI of the schema node that produced the
error. <a
href="https://redirect.github.com/Stranger6667/jsonschema/issues/737">#737</a>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>ValidationError::into_parts()</code> now returns
<code>ValidationErrorParts</code> instead of a tuple.</li>
</ul>
<h2>[0.44.1] - 2026-03-03</h2>
<h3>Fixed</h3>
<ul>
<li><code>hostname</code> format now applies legacy RFC 1034 semantics
in Draft 4/6 and keeps IDNA A-label validation in Draft 7+.</li>
</ul>
<h2>[0.44.0] - 2026-03-02</h2>
<h3>Added</h3>
<ul>
<li><code>canonical::json::to_string(value)</code> for canonical JSON
serialization (stable key ordering and numeric normalization), useful
for deduplicating equivalent JSON Schemas.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Do not produce annotations for non-string instances from
<code>contentMediaType</code>, <code>contentEncoding</code>, and
<code>contentSchema</code> keywords.</li>
</ul>
<h2>[0.43.0] - 2026-02-28</h2>
<h3>Performance</h3>
<ul>
<li>Optimize <code>pattern</code> and <code>patternProperties</code> for
<code>^(a|b|c)$</code> alternations via linear array scan.</li>
<li>Optimize <code>^\S*$</code> patterns by replacing regex with a
direct ECMA-262 whitespace check.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><code>anyOf</code>, <code>format</code>,
<code>unevaluatedProperties</code>, and <code>unevaluatedItems</code>
now correctly collect annotations per spec.</li>
</ul>
<h2>[0.42.2] - 2026-02-26</h2>
<h3>Fixed</h3>
<ul>
<li>SWAR digit parser accepted bytes <code>:</code>–<code>?</code>
(0x3A–0x3F) as valid digits during <code>date</code>, <code>time</code>,
and <code>date-time</code> format validation, potentially allowing
malformed values to pass.</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Extend <code>pattern</code> prefix optimization to handle escaped
slashes (<code>^\/</code>) and exact-match patterns
(<code>^\$ref$</code>).</li>
<li>Specialize <code>enum</code> for cases when all variants are
strings.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/29ca0b07f9e0f5bea740121a98b539c31076e8fc"><code>29ca0b0</code></a>
chore(ruby): Release 0.45.0</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/f0d139211063002a8c3ea49f7260eaf0ac6ee0c3"><code>f0d1392</code></a>
chore(python): Release 0.45.0</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/8dea24ab94133813321682d41e5fc377950a2d4c"><code>8dea24a</code></a>
chore(rust): Release 0.45.0</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/8da0f79f0f83b38b7818805091d9801d1b159ecb"><code>8da0f79</code></a>
feat: Schema bundling</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/7e49e4fefa629c80758b71091f71797f21b71670"><code>7e49e4f</code></a>
test: Add ci job for s390x</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/83aec59017cdadc88d12b3816bea3ff84d646cd7"><code>83aec59</code></a>
feat: Add absolute keyword location to <code>ValidationError</code></li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/e06c794d51738c5dddb78f2d48c583a0a82f13ec"><code>e06c794</code></a>
chore(ruby): Release 0.44.1</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/502020442e1445a280acaddb2c9f1b325e444fa1"><code>5020204</code></a>
chore(python): Release 0.44.1</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/d7bc14f8876027e255374b5613b212944216fc01"><code>d7bc14f</code></a>
chore(rust): Release 0.44.1</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/e6c1bc861323de2edc842e6930590de6af7d3614"><code>e6c1bc8</code></a>
docs: Update changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/Stranger6667/jsonschema/compare/ruby-v0.44.0...ruby-v0.45.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `referencing` to 0.45.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Stranger6667/jsonschema/releases">referencing's
releases</a>.</em></p>
<blockquote>
<h2>[Python] Release 0.45.0</h2>
<h3>Added</h3>
<ul>
<li><code>bundle(schema, ...)</code>: produce a Compound Schema Document
with all external <code>$ref</code> targets embedded in a
draft-appropriate container (<code>definitions</code> for Draft 4/6/7,
<code>$defs</code> for Draft 2019-09/2020-12; <a
href="https://json-schema.org/draft/2020-12/json-schema-core#appendix-B">Appendix
B</a>). <a
href="https://redirect.github.com/Stranger6667/jsonschema/issues/791">#791</a>.</li>
<li><code>ValidationError.absolute_keyword_location</code> to get the
absolute keyword location URI of the schema node that produced the
error.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md">referencing's
changelog</a>.</em></p>
<blockquote>
<h2>[0.45.0] - 2026-03-08</h2>
<h3>Added</h3>
<ul>
<li><code>bundle(schema)</code> / <code>async_bundle(schema)</code> /
<code>ValidationOptions::bundle</code>: produce a Compound Schema
Document with external <code>$ref</code> targets embedded in a
draft-appropriate container (<code>definitions</code> for Draft 4/6/7,
<code>$defs</code> for Draft 2019-09/2020-12) while preserving
<code>$ref</code> values. <a
href="https://redirect.github.com/Stranger6667/jsonschema/issues/791">#791</a>.</li>
<li><strong>CLI</strong>: <code>jsonschema validate</code> and
<code>jsonschema bundle</code> subcommands. Flat invocation
(<code>jsonschema schema.json -i …</code>) is deprecated — use
<code>jsonschema validate</code> instead. <a
href="https://redirect.github.com/Stranger6667/jsonschema/issues/791">#791</a>.</li>
<li><code>ValidationError::absolute_keyword_location()</code> to get the
absolute keyword location URI of the schema node that produced the
error. <a
href="https://redirect.github.com/Stranger6667/jsonschema/issues/737">#737</a>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>ValidationError::into_parts()</code> now returns
<code>ValidationErrorParts</code> instead of a tuple.</li>
</ul>
<h2>[0.44.1] - 2026-03-03</h2>
<h3>Fixed</h3>
<ul>
<li><code>hostname</code> format now applies legacy RFC 1034 semantics
in Draft 4/6 and keeps IDNA A-label validation in Draft 7+.</li>
</ul>
<h2>[0.44.0] - 2026-03-02</h2>
<h3>Added</h3>
<ul>
<li><code>canonical::json::to_string(value)</code> for canonical JSON
serialization (stable key ordering and numeric normalization), useful
for deduplicating equivalent JSON Schemas.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Do not produce annotations for non-string instances from
<code>contentMediaType</code>, <code>contentEncoding</code>, and
<code>contentSchema</code> keywords.</li>
</ul>
<h2>[0.43.0] - 2026-02-28</h2>
<h3>Performance</h3>
<ul>
<li>Optimize <code>pattern</code> and <code>patternProperties</code> for
<code>^(a|b|c)$</code> alternations via linear array scan.</li>
<li>Optimize <code>^\S*$</code> patterns by replacing regex with a
direct ECMA-262 whitespace check.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><code>anyOf</code>, <code>format</code>,
<code>unevaluatedProperties</code>, and <code>unevaluatedItems</code>
now correctly collect annotations per spec.</li>
</ul>
<h2>[0.42.2] - 2026-02-26</h2>
<h3>Fixed</h3>
<ul>
<li>SWAR digit parser accepted bytes <code>:</code>–<code>?</code>
(0x3A–0x3F) as valid digits during <code>date</code>, <code>time</code>,
and <code>date-time</code> format validation, potentially allowing
malformed values to pass.</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Extend <code>pattern</code> prefix optimization to handle escaped
slashes (<code>^\/</code>) and exact-match patterns
(<code>^\$ref$</code>).</li>
<li>Specialize <code>enum</code> for cases when all variants are
strings.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/29ca0b07f9e0f5bea740121a98b539c31076e8fc"><code>29ca0b0</code></a>
chore(ruby): Release 0.45.0</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/f0d139211063002a8c3ea49f7260eaf0ac6ee0c3"><code>f0d1392</code></a>
chore(python): Release 0.45.0</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/8dea24ab94133813321682d41e5fc377950a2d4c"><code>8dea24a</code></a>
chore(rust): Release 0.45.0</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/8da0f79f0f83b38b7818805091d9801d1b159ecb"><code>8da0f79</code></a>
feat: Schema bundling</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/7e49e4fefa629c80758b71091f71797f21b71670"><code>7e49e4f</code></a>
test: Add ci job for s390x</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/83aec59017cdadc88d12b3816bea3ff84d646cd7"><code>83aec59</code></a>
feat: Add absolute keyword location to <code>ValidationError</code></li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/e06c794d51738c5dddb78f2d48c583a0a82f13ec"><code>e06c794</code></a>
chore(ruby): Release 0.44.1</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/502020442e1445a280acaddb2c9f1b325e444fa1"><code>5020204</code></a>
chore(python): Release 0.44.1</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/d7bc14f8876027e255374b5613b212944216fc01"><code>d7bc14f</code></a>
chore(rust): Release 0.44.1</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/e6c1bc861323de2edc842e6930590de6af7d3614"><code>e6c1bc8</code></a>
docs: Update changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/Stranger6667/jsonschema/compare/ruby-v0.44.0...ruby-v0.45.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`.
[//]: # (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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent d50656e commit 2dfc36e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments