mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-22 07:07:52 -02:30
Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version. - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/bcrypt/compare/v1.0.0...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
ansible==11.13.0
|
|
# Prevented passlib version conflicts
|
|
bcrypt<6
|
|
# 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
|