Skip to content

Commit

Permalink
Update PyYAML required version (iterative#3545)
Browse files Browse the repository at this point in the history
SdgJlbl authored Mar 27, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a7aecf7 commit d8ac973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ def run(self):
"treelib>=1.5.5",
"inflect>=2.1.0,<4",
"humanize>=0.5.1",
"PyYAML>=5.1.2,<5.2", # Compatibility with awscli
"PyYAML>=5.1.2,<5.4", # Compatibility with awscli
"ruamel.yaml>=0.16.1",
"funcy>=1.14",
"pathspec>=0.6.0",

0 comments on commit d8ac973

Please sign in to comment.