From 1e4a2aadbb263f4e961a4abb18ecae815661655d Mon Sep 17 00:00:00 2001 From: Philippe MILINK Date: Fri, 10 Jan 2025 20:38:30 +0100 Subject: [PATCH] =?UTF-8?q?Met=20=C3=A0=20jour=20ansible,=20ansible-lint?= =?UTF-8?q?=20et=20pre-commit=20et=20les=20d=C3=A9pendances=20Ruby?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suite au signalement de Dependabot --- .pre-commit-config.yaml | 2 +- Gemfile.lock | 14 +++++++------- requirements.txt | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9bb5802..ce1cc75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/ansible-community/ansible-lint.git - rev: v24.9.2 # doit aussi être mis à jour dans requirements.txt + rev: v24.12.2 # doit aussi être mis à jour dans requirements.txt hooks: - id: ansible-lint files: \.(yaml|yml)$ diff --git a/Gemfile.lock b/Gemfile.lock index 0ad94a3..0a403b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,14 +3,14 @@ GEM specs: base64 (0.2.0) bcrypt_pbkdf (1.1.1) - bigdecimal (3.1.8) + bigdecimal (3.1.9) builder (3.3.0) - chef-utils (18.5.0) + chef-utils (18.6.2) concurrent-ruby concurrent-ruby (1.3.4) ed25519 (1.3.0) - erubi (1.13.0) - ffi (1.17.0) + erubi (1.13.1) + ffi (1.17.1) gssapi (1.3.1) ffi (>= 1.0.1) gyoku (1.4.0) @@ -35,7 +35,7 @@ GEM mixlib-shellout mixlib-versioning thor - mixlib-shellout (3.2.8) + mixlib-shellout (3.3.4) chef-utils mixlib-versioning (1.2.12) multi_json (1.15.0) @@ -48,10 +48,10 @@ GEM bigdecimal pastel (0.8.0) tty-color (~> 0.5) - rexml (3.3.8) + rexml (3.4.0) rubyntlm (0.6.5) base64 - rubyzip (2.3.2) + rubyzip (2.4.1) strings (0.2.1) strings-ansi (~> 0.2) unicode-display_width (>= 1.5, < 3.0) diff --git a/requirements.txt b/requirements.txt index 5b60ecb..0fa79ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -ansible==10.4.0 -ansible-lint==24.9.2 # doit aussi être mis à jour dans .pre-commit-config.yaml -pre-commit==3.8.0 +ansible==11.1.0 +ansible-lint==24.12.2 # doit aussi être mis à jour dans .pre-commit-config.yaml +pre-commit==4.0.1