Skip to content

Commit

Permalink
setup: bump upper pin of PyYAML
Browse files Browse the repository at this point in the history
Bump the upper pin on PyYAML in order to support v6, to be consistent
with the other REANA components.

Closes reanahub/reana-commons#399
  • Loading branch information
mdonadoni committed Jul 20, 2023
1 parent 6f86e14 commit bb0b1a1
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 @@ -42,7 +42,7 @@
install_requires = [
"click>=7",
"colorama>=0.3.9",
"PyYAML>=5.1,<6.0",
"PyYAML>=5.1,<7.0",
"semver>=2.10.2,<3.0.0",
"packaging>=20.4",
]
Expand Down

0 comments on commit bb0b1a1

Please sign in to comment.