PnX-SI / schema_randonnee

JSON Schema standardisant la publication des itinéraires de randonnée
Other
6 stars 3 forks source link

Bump jsonschema from 4.9.1 to 4.17.1 in /tools/2_validate_data #45

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps jsonschema from 4.9.1 to 4.17.1.

Release notes

Sourced from jsonschema's releases.

v4.17.1

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.17.0...v4.17.1

v4.17.0

  • The check_schema method on jsonschema.protocols.Validator instances now enables format validation by default when run. This can catch some additional invalid schemas (e.g. containing invalid regular expressions) where the issue is indeed uncovered by validating against the metaschema with format validation enabled as an assertion.
  • The jsonschema CLI (along with jsonschema.cli the module) are now deprecated. Use check-jsonschema instead, which can be installed via pip install check-jsonschema and found here.
  • Make ErrorTree have a more grammatically correct repr.

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.16.0...v4.17.0

v4.16.0

  • Improve the base URI behavior when resolving a $ref to a resolution URI which is different from the resolved schema's declared $id.
  • Accessing jsonschema.draftN_format_checker is deprecated. Instead, if you want access to the format checker itself, it is exposed as jsonschema.validators.DraftNValidator.FORMAT_CHECKER on any jsonschema.protocols.Validator.

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.15.0...v4.16.0

v4.15.0

What's Changed

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.14.0...v4.15.0

v4.14.0

  • FormatChecker.cls_checks is deprecated. Use FormatChecker.checks on an instance of FormatChecker instead.
  • unevaluatedItems has been fixed for draft 2019. It's nonetheless discouraged to use draft 2019 for any schemas, new or old.
  • Fix a number of minor annotation issues in protocols.Validator

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.13.0...v4.14.0

v4.13.0

  • Add support for creating validator classes whose metaschema uses a different dialect than its schemas. In other words, they may use draft2020-12 to define which schemas are valid, but the schemas themselves use draft7 (or a custom dialect, etc.) to define which instances are valid. Doing this is likely not something most users, even metaschema authors, may need, but occasionally will be useful for advanced use cases.

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.12.1...v4.13.0

... (truncated)

Changelog

Sourced from jsonschema's changelog.

v4.17.1

  • The error message when using unevaluatedProperties with a non-trivial schema value (i.e. something other than false) has been improved (#996).

v4.17.0

  • The check_schema method on jsonschema.protocols.Validator instances now enables format validation by default when run. This can catch some additional invalid schemas (e.g. containing invalid regular expressions) where the issue is indeed uncovered by validating against the metaschema with format validation enabled as an assertion.
  • The jsonschema CLI (along with jsonschema.cli the module) are now deprecated. Use check-jsonschema instead, which can be installed via pip install check-jsonschema and found here <https://github.com/python-jsonschema/check-jsonschema>_.

v4.16.1

  • Make ErrorTree have a more grammatically correct repr.

v4.16.0

  • Improve the base URI behavior when resolving a $ref to a resolution URI which is different from the resolved schema's declared $id.
  • Accessing jsonschema.draftN_format_checker is deprecated. Instead, if you want access to the format checker itself, it is exposed as jsonschema.validators.DraftNValidator.FORMAT_CHECKER on any jsonschema.protocols.Validator.

v4.15.0

  • A specific API Reference page is now present in the documentation.
  • $ref on earlier drafts (specifically draft 7 and 6) has been "fixed" to follow the specified behavior when present alongside a sibling $id. Specifically the ID is now properly ignored, and references are resolved against whatever resolution scope was previously relevant.

v4.14.0

  • FormatChecker.cls_checks is deprecated. Use FormatChecker.checks on an instance of FormatChecker instead.
  • unevaluatedItems has been fixed for draft 2019. It's nonetheless discouraged to use draft 2019 for any schemas, new or old.

... (truncated)

Commits
  • 46fdb98 v4.17.1 -> CHANGELOG
  • 000dd3d Remove making believe we are ReadTheDocs in CI builds.
  • 5563044 Skip the rest of the docs builds on Windows in CI.
  • 198d1af Run more things with 3.11 in CI.
  • da35584 Suppress epub warnings for duplicated ToC entries.
  • be86aad Temporarily evade wpilibsuite/sphinxext-opengraph#87
  • 9069484 Update docs requirements.
  • 4f8f346 Un-bundle single-vocabulary meta-schemas.
  • 7830605 Emit a better error message for unevaluatedProperties with a subschema.
  • 75903d8 Merge commit '62e69b2c3be9e30c50bea2e595eb2afcd13666ec'
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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)
dependabot[bot] commented 1 year ago

Superseded by #46.