Skip to content

Commit

Permalink
Met à jour ansible, ansible-lint et pre-commit et les dépendances Ruby
Browse files Browse the repository at this point in the history
Suite au signalement de Dependabot
  • Loading branch information
philippemilink committed Jan 10, 2025
1 parent d344419 commit 1e4a2aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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)$
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1e4a2aa

Please sign in to comment.