Fix missing dependency for ArgoCD master password hashing (#12920)

* add passlib dependency

* add constrained bcrypt version
This commit is contained in:
DongYoung Kim
2026-06-16 17:25:30 +09:00
committed by GitHub
parent e0add9ee0d
commit a553d48c73

View File

@@ -1,7 +1,11 @@
ansible==11.13.0
# Prevented passlib version conflicts
bcrypt<5
# Needed for community.crypto module
cryptography==49.0.0
# Needed for jinja2 json_query templating
jmespath==1.1.0
# Needed for ansible.utils.ipaddr
netaddr==1.3.0
# Needed for encrypt hash
passlib==1.7.4