summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2022-06-07 12:26:56 -0400
committerGitHub <noreply@github.com>2022-06-07 12:26:56 -0400
commite89176caacbe068b2094bb4cc31e9a104aa3b295 (patch)
tree390a11abd494b299fe762820a09897212ab1c2a7 /requirements.txt
parentf9d4c26143c86e4aab0ed0727446c11300cb32eb (diff)
downloadansible-e89176caacbe068b2094bb4cc31e9a104aa3b295.tar.gz
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>
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 9f25e7e4a2..20562c3e0f 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