]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
requirements: Update PyYAML
authorZack Cerza <zack@redhat.com>
Thu, 21 Dec 2023 21:29:21 +0000 (14:29 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 27 Dec 2023 17:57:22 +0000 (10:57 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
requirements.txt
setup.cfg

index ab831c030947a9f9ceb9d5350f3efd3c2b7d546a..f701cf7e37b01fd47bea7c3140126e84345f192c 100644 (file)
@@ -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)
index 6e47df5f886c67243347bc3bbd9224b1f4c4e30b..bbc6ce9f2a2c16a853a7c2cf869c27d8065881c3 100644 (file)
--- 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