diff --git a/module-assets/.pre-commit-config.yaml b/module-assets/.pre-commit-config.yaml index ba007e92..2b913faf 100644 --- a/module-assets/.pre-commit-config.yaml +++ b/module-assets/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: files: '\.tf' # checkov (does not require checkov to be installed locally to run) - repo: https://github.com/bridgecrewio/checkov.git - rev: 2.5.10 + rev: 2.5.11 hooks: - id: checkov args: @@ -111,7 +111,7 @@ repos: args: ["--profile", "black", "--filter-files"] # black - repo: https://github.com/ambv/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black args: # arguments to configure black