From c7cd4fa27e97ec6175661266c793cdadd5d6ec7d Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Mon, 23 Oct 2023 11:47:57 -0400 Subject: [PATCH] Updating Dependancies and pre-commit packages (#1707) * bumping deps * updated pre-commit packages --- .pre-commit-config.yaml | 4 ++-- .pre-commit-hooks-config.yaml | 2 +- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb5ae7a9c..26aea1222 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.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -14,7 +14,7 @@ repos: - id: yamlfmt args: [--mapping, '2', --sequence, '4', --offset, '2'] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.31.0 + rev: v1.32.0 hooks: - id: yamllint name: Lint YAML files diff --git a/.pre-commit-hooks-config.yaml b/.pre-commit-hooks-config.yaml index 5c2269917..cbcc42064 100644 --- a/.pre-commit-hooks-config.yaml +++ b/.pre-commit-hooks-config.yaml @@ -2,7 +2,7 @@ files: ^(device-types|module-types)/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer diff --git a/requirements.txt b/requirements.txt index 5ca6b1bfd..46354db5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ jsonschema==4.19.0 jsondiff==2.0.0 -pre-commit==3.4.0 +pre-commit==3.5.0 pytest==7.4.2 PyYAML==6.0.1 yamllint==1.32.0 -gitpython==3.1.37 +gitpython==3.1.40 psutil==5.9.5 \ No newline at end of file