diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d48632f..5b1ef24 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: args: [--update-only, --notitle] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.3 + rev: 0.28.0 hooks: - id: check-dependabot - id: check-github-workflows @@ -69,7 +69,7 @@ repos: exclude_types: [json] additional_dependencies: [ # https://www.npmjs.com/package/prettier - "prettier@3.2.4", + "prettier@3.2.5", # https://www.npmjs.com/package/@prettier/plugin-xml "@prettier/plugin-xml@3.2.2", ]