From 565d017d7231afe42446d46faa748bb0f36ffed9 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 21 Dec 2023 14:29:21 -0700 Subject: [PATCH] requirements: Update PyYAML Signed-off-by: Zack Cerza --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ab831c0309..f701cf7e37 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 6e47df5f88..bbc6ce9f2a 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 -- 2.39.5