summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2022-06-08 11:49:16 -0400
committerGitHub <noreply@github.com>2022-06-08 10:49:16 -0500
commit0c76edb63ab4d72072632c39e3783a5d155e608b (patch)
tree5a95714cfa316ae107ff02030c9ca360a33f46e0 /requirements.txt
parent68c2f09ae8968b47e38b836aff40e8f06c0b40a5 (diff)
downloadansible-0c76edb63ab4d72072632c39e3783a5d155e608b.tar.gz
Pin PyYAML version compatible with Python 3.8+ (#77936) (#77986)
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com> Co-authored-by: Matt Clay <matt@mystile.com> (cherry picked from commit e89176caacbe068b2094bb4cc31e9a104aa3b295)
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a732a5951d..b5c9424d10 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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