Skip to content

Commit

Permalink
Merge pull request #663 from freyes/update-pyyaml-pin
Browse files Browse the repository at this point in the history
setup: Update pin PyYAML
  • Loading branch information
ajkavanagh authored Aug 10, 2023
2 parents a20d039 + 8ec888b commit 6c52430
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
Expand Up @@ -43,7 +43,7 @@
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=[
'cheetah3>=3.0.0,<4.0',
'pyyaml>=5.0,!=5.4.0,!=5.4.1,<6.0',
'pyyaml>=5.0,!=5.4.0,!=5.4.1,!=6.0,<7.0',
'requests>=2.0.0,<3.0.0',
'blessings<2.0',
'ruamel.yaml<0.16.0;python_version < "3.7"',
Expand Down

0 comments on commit 6c52430

Please sign in to comment.