Skip to content

Commit

Permalink
Exclude PyYAML 5.4.0,5.4.1
Browse files Browse the repository at this point in the history
See yaml/pyyaml#601

Signed-off-by: Zack Cerza <zack@redhat.com>
  • Loading branch information
zmc committed Jul 21, 2023
1 parent 79491cb commit 2415065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ pytz==2021.1
# via
# oslo-serialization
# oslo-utils
pyyaml==5.4.1
pyyaml==5.3.1
# via
# ansible-base
# cliff
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ summary = Ceph test framework
[options]
packages = find:
install_requires =
PyYAML
PyYAML<6.0,!=5.4.0,!=5.4.1
ansible>=2.10,<3.0
apache-libcloud
backports.ssl-match-hostname
Expand Down

0 comments on commit 2415065

Please sign in to comment.