From 456e24b2b660510380426621a485f7454ee7ece5 Mon Sep 17 00:00:00 2001 From: cloudsecmachine <157478105+cloudsecmachine@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:31:49 +0200 Subject: [PATCH] [updatecli] main - Update hermit and pre-commit dependencies (#2818) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: Update hermit and pre-commit packages Made with ❤️️ by updatecli --- .pre-commit-config.yaml | 2 +- bin/{.awscli-2.22.7.pkg => .awscli-2.22.12.pkg} | 0 bin/{.gh-2.63.0.pkg => .gh-2.63.2.pkg} | 0 bin/{.yq-4.44.5.pkg => .yq-4.44.6.pkg} | 0 bin/aws | 2 +- bin/aws_completer | 2 +- bin/gh | 2 +- bin/yq | 2 +- 8 files changed, 5 insertions(+), 5 deletions(-) rename bin/{.awscli-2.22.7.pkg => .awscli-2.22.12.pkg} (100%) rename bin/{.gh-2.63.0.pkg => .gh-2.63.2.pkg} (100%) rename bin/{.yq-4.44.5.pkg => .yq-4.44.6.pkg} (100%) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e3e4ccd964..62b797d00f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -77,7 +77,7 @@ repos: files: deploy/cloudformation/.*yml - repo: https://github.com/aws-cloudformation/cfn-lint - rev: v1.20.1 + rev: v1.20.2 hooks: - id: cfn-python-lint files: deploy/cloudformation/.*.yml diff --git a/bin/.awscli-2.22.7.pkg b/bin/.awscli-2.22.12.pkg similarity index 100% rename from bin/.awscli-2.22.7.pkg rename to bin/.awscli-2.22.12.pkg diff --git a/bin/.gh-2.63.0.pkg b/bin/.gh-2.63.2.pkg similarity index 100% rename from bin/.gh-2.63.0.pkg rename to bin/.gh-2.63.2.pkg diff --git a/bin/.yq-4.44.5.pkg b/bin/.yq-4.44.6.pkg similarity index 100% rename from bin/.yq-4.44.5.pkg rename to bin/.yq-4.44.6.pkg diff --git a/bin/aws b/bin/aws index 3a01c1f35c..42f86df632 120000 --- a/bin/aws +++ b/bin/aws @@ -1 +1 @@ -.awscli-2.22.7.pkg \ No newline at end of file +.awscli-2.22.12.pkg \ No newline at end of file diff --git a/bin/aws_completer b/bin/aws_completer index 3a01c1f35c..42f86df632 120000 --- a/bin/aws_completer +++ b/bin/aws_completer @@ -1 +1 @@ -.awscli-2.22.7.pkg \ No newline at end of file +.awscli-2.22.12.pkg \ No newline at end of file diff --git a/bin/gh b/bin/gh index 8fa08f7d80..dcdb03ffc0 120000 --- a/bin/gh +++ b/bin/gh @@ -1 +1 @@ -.gh-2.63.0.pkg \ No newline at end of file +.gh-2.63.2.pkg \ No newline at end of file diff --git a/bin/yq b/bin/yq index c3e3c7a112..1a6fdd22c9 120000 --- a/bin/yq +++ b/bin/yq @@ -1 +1 @@ -.yq-4.44.5.pkg \ No newline at end of file +.yq-4.44.6.pkg \ No newline at end of file