Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 1e0559d

Browse files
authored
Remove pyyaml ceiling (#153)
1 parent cf17561 commit 1e0559d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ zip_safe = False
5454

5555
# These are required in actual runtime:
5656
install_requires =
57+
# do not use ceiling unless you already know that newer version breaks
58+
# do not use pre-release versions
5759
molecule >= 3.4.1
58-
pyyaml >= 5.1, < 6
60+
pyyaml >= 5.1
5961
Jinja2 >= 2.11.3
6062
selinux
6163
python-vagrant

0 commit comments

Comments
 (0)