From 018a4508b48320ead6329bac634c24dbba328774 Mon Sep 17 00:00:00 2001 From: cloudsecmachine <157478105+cloudsecmachine@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:21:02 +0200 Subject: [PATCH] [updatecli] 8.x - Update hermit and pre-commit dependencies (#2801) 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 | 4 ++-- bin/{.awscli-2.22.4.pkg => .awscli-2.22.7.pkg} | 0 bin/{.gh-2.62.0.pkg => .gh-2.63.0.pkg} | 0 bin/{.golangci-lint-1.62.0.pkg => .golangci-lint-1.62.2.pkg} | 0 bin/aws | 2 +- bin/aws_completer | 2 +- bin/gh | 2 +- bin/golangci-lint | 2 +- 8 files changed, 6 insertions(+), 6 deletions(-) rename bin/{.awscli-2.22.4.pkg => .awscli-2.22.7.pkg} (100%) rename bin/{.gh-2.62.0.pkg => .gh-2.63.0.pkg} (100%) rename bin/{.golangci-lint-1.62.0.pkg => .golangci-lint-1.62.2.pkg} (100%) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c1a3b7d77..e3e4ccd964 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: files: ^(.ci/scripts|.github/actions|tests)/ - repo: https://github.com/pycqa/pylint - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pylint args: [ @@ -77,7 +77,7 @@ repos: files: deploy/cloudformation/.*yml - repo: https://github.com/aws-cloudformation/cfn-lint - rev: v1.20.0 + rev: v1.20.1 hooks: - id: cfn-python-lint files: deploy/cloudformation/.*.yml diff --git a/bin/.awscli-2.22.4.pkg b/bin/.awscli-2.22.7.pkg similarity index 100% rename from bin/.awscli-2.22.4.pkg rename to bin/.awscli-2.22.7.pkg diff --git a/bin/.gh-2.62.0.pkg b/bin/.gh-2.63.0.pkg similarity index 100% rename from bin/.gh-2.62.0.pkg rename to bin/.gh-2.63.0.pkg diff --git a/bin/.golangci-lint-1.62.0.pkg b/bin/.golangci-lint-1.62.2.pkg similarity index 100% rename from bin/.golangci-lint-1.62.0.pkg rename to bin/.golangci-lint-1.62.2.pkg diff --git a/bin/aws b/bin/aws index 97f2aaeb88..3a01c1f35c 120000 --- a/bin/aws +++ b/bin/aws @@ -1 +1 @@ -.awscli-2.22.4.pkg \ No newline at end of file +.awscli-2.22.7.pkg \ No newline at end of file diff --git a/bin/aws_completer b/bin/aws_completer index 97f2aaeb88..3a01c1f35c 120000 --- a/bin/aws_completer +++ b/bin/aws_completer @@ -1 +1 @@ -.awscli-2.22.4.pkg \ No newline at end of file +.awscli-2.22.7.pkg \ No newline at end of file diff --git a/bin/gh b/bin/gh index 0584384531..8fa08f7d80 120000 --- a/bin/gh +++ b/bin/gh @@ -1 +1 @@ -.gh-2.62.0.pkg \ No newline at end of file +.gh-2.63.0.pkg \ No newline at end of file diff --git a/bin/golangci-lint b/bin/golangci-lint index 1997017ab9..0ba8ac4932 120000 --- a/bin/golangci-lint +++ b/bin/golangci-lint @@ -1 +1 @@ -.golangci-lint-1.62.0.pkg \ No newline at end of file +.golangci-lint-1.62.2.pkg \ No newline at end of file