Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:

# json
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.36.2
rev: 0.37.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The new version 0.37.0 of check-jsonschema has dropped support for Python 3.9, as noted in the release notes. This is a breaking change for any environment using Python 3.9. If this project still supports Python 3.9, this dependency update will break the pre-commit hooks for those environments and should be rejected.

hooks:
- id: check-github-workflows
- id: check-renovate
Expand Down