Files
kubespray/requirements.txt
dependabot[bot] e332b4ffbc build(deps): bump ansible from 11.13.0 to 14.0.0
Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 11.13.0 to 14.0.0.
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](https://github.com/ansible-community/ansible-build-data/compare/11.13.0...14.0.0)

---
updated-dependencies:
- dependency-name: ansible
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-16 08:27:51 +00:00

12 lines
269 B
Plaintext

ansible==14.0.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