mirror of
https://github.com/ansible/ansible.git
synced 2025-11-30 23:16:08 +07:00
Pin PyYAML version compatible with Python 3.8+ (#77936)
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com> Co-authored-by: Matt Clay <matt@mystile.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# packages, not optional ones, and with the widest range of versions that could
|
||||
# be suitable)
|
||||
jinja2 >= 3.0.0
|
||||
PyYAML
|
||||
PyYAML >= 5.1 # PyYAML 5.1 is required for Python 3.8+ support
|
||||
cryptography
|
||||
packaging
|
||||
# NOTE: resolvelib 0.x version bumps should be considered major/breaking
|
||||
|
||||
Reference in New Issue
Block a user