diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef0e40df..fddef05d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ files: ^(device-types|module-types)/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer diff --git a/.pre-commit-hooks-config.yaml b/.pre-commit-hooks-config.yaml index cbcc4206..e2f8439e 100644 --- a/.pre-commit-hooks-config.yaml +++ b/.pre-commit-hooks-config.yaml @@ -2,9 +2,9 @@ files: ^(device-types|module-types)/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - name: Check YAML files \ No newline at end of file + name: Check YAML files diff --git a/requirements.txt b/requirements.txt index 46967300..39986394 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jsonschema==4.22.0 jsondiff==2.0.0 -pre-commit==3.7.0 +pre-commit==3.7.1 pytest==8.2.0 PyYAML==6.0.1 yamllint==1.35.1