Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-rs): update jsonschema requirement from 0.23.0 to 0.24.0 i…
…n the minor group (#1604) Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema-rs) to permit the latest version. Updates `jsonschema` to 0.23.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Stranger6667/jsonschema-rs/releases">jsonschema's releases</a>.</em></p> <blockquote> <h2>[Python] Release 0.23.0</h2> <h3>Added</h3> <ul> <li>Partial support for <code>unevaluatedItems</code>, excluding references.</li> <li><code>validate_formats</code> argument to all validator classes and validation functions. This allows overriding the draft-specific default behavior for format validation.</li> <li><code>ignore_unknown_formats</code> argument to all validator classes and validation functions. When set to <code>False</code>, unrecognized formats will be reported as validation errors instead of being silently ignored.</li> <li>Python 3.13 support.</li> </ul> <h3>Changed</h3> <ul> <li>Improve error messages on URI resolving and parsing.</li> </ul> <h3>Fixed</h3> <ul> <li>Resolving file references on Windows. <a href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/441">#441</a></li> </ul> <h3>Performance</h3> <ul> <li>Faster building of a validator.</li> <li>Speedup <code>hostname</code> & <code>idn-hostname</code> formats validation.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stranger6667/jsonschema-rs/blob/master/CHANGELOG.md">jsonschema's changelog</a>.</em></p> <blockquote> <h2>[0.23.0] - 2024-10-12</h2> <h3>Added</h3> <ul> <li>Partial support for <code>unevaluatedItems</code>, excluding references.</li> </ul> <h3>Changed</h3> <ul> <li>Improve error messages on WASM. <a href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/568">#568</a></li> <li>Improve error messages on URI resolving and parsing.</li> <li><strong>BREAKING</strong>: Replace <code>JsonPointer</code> in favor of <code>Location</code>.</li> </ul> <h3>Deprecated</h3> <ul> <li><code>PathChunkRef</code> in favor of <code>LocationSegment</code>.</li> <li><code>JsonPointerNode</code> in favor of <code>LazyLocation</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Resolving file references on Windows. <a href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/441">#441</a></li> <li>Missing annotations from by-reference applicators. <a href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/403">#403</a></li> <li>Relative keyword locations missing by-reference applicators (such as <code>$ref</code> or <code>$dynamicRef</code>).</li> </ul> <h3>Performance</h3> <ul> <li>Faster building of a validator.</li> <li>Speedup <code>hostname</code> & <code>idn-hostname</code> formats validation.</li> <li>Speedup <code>apply</code>.</li> </ul> <h3>Removed</h3> <ul> <li><code>JsonPointerNode::to_vec</code> without a replacement.</li> </ul> <h2>[0.22.3] - 2024-10-05</h2> <h3>Performance</h3> <ul> <li>Speedup resolving.</li> </ul> <h2>[0.22.2] - 2024-10-04</h2> <h3>Fixed</h3> <ul> <li>ECMAScript 262 regex support.</li> </ul> <h3>Performance</h3> <ul> <li>Speedup <code>json-pointer</code> and <code>relative-json-pointer</code> formats validation.</li> </ul> <h2>[0.22.1] - 2024-10-03</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.23.0...rust-v0.23.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 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 <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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information