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:
Sloane Hertel
2022-06-07 12:26:56 -04:00
committed by GitHub
parent f9d4c26143
commit e89176caac
3 changed files with 4 additions and 2 deletions

View File

@@ -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