From: Zack Cerza Date: Thu, 21 Dec 2023 21:29:21 +0000 (-0700) Subject: requirements: Update PyYAML X-Git-Tag: 1.2.0~59^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=565d017d7231afe42446d46faa748bb0f36ffed9;p=teuthology.git requirements: Update PyYAML Signed-off-by: Zack Cerza --- diff --git a/requirements.txt b/requirements.txt index ab831c030..f701cf7e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -148,7 +148,7 @@ python-dateutil==2.8.2 # via # botocore # teuthology (pyproject.toml) -pyyaml==5.3.1 +pyyaml==6.0.1 # via # ansible-base # teuthology (pyproject.toml) diff --git a/setup.cfg b/setup.cfg index 6e47df5f8..bbc6ce9f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ summary = Ceph test framework [options] packages = find: install_requires = - PyYAML<6.0,!=5.4.0,!=5.4.1 + PyYAML ansible>=2.10,<3.0 apache-libcloud backports.ssl-match-hostname