-
Notifications
You must be signed in to change notification settings - Fork 19
Commit d50ff77
authored
chore(deps): update jsonschema requirement from 0.32.1 to 0.33.0 (#795)
Updates the requirements on
[jsonschema](https://github.com/Stranger6667/jsonschema) to permit the
latest version.
<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.32.1</h2>
<h3>Changed</h3>
<ul>
<li>Bump <code>fancy-regex</code> to <code>0.16</code>.</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.32.1] - 2025-08-03</h2>
<h3>Changed</h3>
<ul>
<li>Bump <code>fancy-regex</code> to <code>0.16</code>.</li>
</ul>
<h2>[0.32.0] - 2025-07-29</h2>
<h3>Added</h3>
<ul>
<li>Added missing <code>context</code> field to
<code>ValidationErrorKind::OneOfMultipleValid</code>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improved error message for <code>enum</code>.</li>
</ul>
<h2>[0.31.0] - 2025-07-28</h2>
<h3>Added</h3>
<ul>
<li><strong>CLI</strong>: flag <code>-d, --draft
<4|6|7|2019|2020></code> to enforce a specific JSON Schema
draft.</li>
<li><strong>CLI</strong>: flags <code>--assert-format</code> and
<code>--no-assert-format</code> to toggle validation of
<code>format</code> keywords.</li>
<li>Added <code>context</code> for
<code>ValidationErrorKind::AnyOf</code> and
<code>ValidationErrorKind::OneOfNotValid</code> which contains errors
for all subschemas, each inside a separate vector with an index matching
subschema ID.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Improve the precision of <code>multipleOf</code> for float
values.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Bump <code>fancy-regex</code> to <code>0.15</code>.</li>
</ul>
<h2>[0.30.0] - 2025-04-16</h2>
<h3>Added</h3>
<ul>
<li><code>JsonType</code> and <code>JsonTypeSet</code>.</li>
<li><code>ValidationOptions::with_base_uri</code> that allows for
specifying a base URI for all relative references in the schema.</li>
<li>Configuration options for the underlying regex engine used by
<code>pattern</code> and <code>patternProperties</code> keywords.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Better error messages for relative <code>$ref</code> without base
URI.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><strong>CLI</strong>: Inability to load relative file
<code>$ref</code>. <a
href="https://redirect.github.com/Stranger6667/jsonschema/issues/725">#725</a></li>
</ul>
<h3>Removed</h3>
<!-- 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/compare/rust-v0.32.1...rust-v0.32.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`.
[//]: # (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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 8550e7c commit d50ff77Copy full SHA for d50ff77
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments