From f1fa7bfe80f1ab15f2c54253e68ff2b7eb654a8c Mon Sep 17 00:00:00 2001 From: Philippe MILINK Date: Wed, 2 Oct 2024 22:00:08 +0200 Subject: [PATCH] =?UTF-8?q?Met=20=C3=A0=20jour=20les=20d=C3=A9pendances=20?= =?UTF-8?q?Ruby=20et=20Python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 2 +- Gemfile.lock | 14 ++++++-------- requirements.txt | 4 ++-- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e27b7ce..9bb5802 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.7.0 # doit aussi être mis à jour dans requirements.txt + rev: v24.9.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 d248128..0ad94a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM builder (3.3.0) chef-utils (18.5.0) concurrent-ruby - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) ed25519 (1.3.0) erubi (1.13.0) ffi (1.17.0) @@ -41,15 +41,14 @@ GEM multi_json (1.15.0) net-scp (4.0.0) net-ssh (>= 2.6.5, < 8.0.0) - net-ssh (7.2.3) + net-ssh (7.3.0) net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) nori (2.7.1) bigdecimal pastel (0.8.0) tty-color (~> 0.5) - rexml (3.3.4) - strscan + rexml (3.3.8) rubyntlm (0.6.5) base64 rubyzip (2.3.2) @@ -58,8 +57,7 @@ GEM unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) - strscan (3.1.0) - test-kitchen (3.6.0) + test-kitchen (3.7.0) bcrypt_pbkdf (~> 1.0) chef-utils (>= 16.4.35) ed25519 (~> 1.2) @@ -73,7 +71,7 @@ GEM winrm (~> 2.0) winrm-elevated (~> 1.0) winrm-fs (~> 1.1) - thor (1.3.1) + thor (1.3.2) tomlrb (2.0.3) tty-box (0.7.0) pastel (~> 0.8) @@ -89,7 +87,7 @@ GEM tty-screen (~> 0.8) wisper (~> 2.0) tty-screen (0.8.2) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) unicode_utils (1.4.0) winrm (2.3.9) builder (>= 2.1.2) diff --git a/requirements.txt b/requirements.txt index fc26c7d..5b60ecb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -ansible==10.2.0 -ansible-lint==24.7.0 # doit aussi être mis à jour dans .pre-commit-config.yaml +ansible==10.4.0 +ansible-lint==24.9.2 # doit aussi être mis à jour dans .pre-commit-config.yaml pre-commit==3.8.0