Skip to content

Commit

Permalink
Met à jour les dépendances Ruby et Python
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemilink committed Oct 2, 2024
1 parent c2e7ade commit f1fa7bf
Show file tree
Hide file tree
Showing 3 changed files with 9 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.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)$
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f1fa7bf

Please sign in to comment.