Skip to content

chore(deps): update dependency jsonschema to v4.22.0

Kubitus Bot requested to merge renovate/jsonschema-4.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
jsonschema (changelog) ==4.21.1 -> ==4.22.0 age adoption passing confidence

Release Notes

python-jsonschema/jsonschema

v4.22.0

Compare Source

=======

  • Improve best_match (and thereby error messages from jsonschema.validate) in cases where there are multiple sibling errors from applying anyOf / allOf -- i.e. when multiple elements of a JSON array have errors, we now do prefer showing errors from earlier elements rather than simply showing an error for the full array (#​1250).
  • (Micro-)optimize equality checks when comparing for JSON Schema equality by first checking for object identity, as == would.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports