]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Bump ansible-core to 2.16.6
authorZack Cerza <zack@redhat.com>
Thu, 9 May 2024 21:26:21 +0000 (15:26 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 13 May 2024 23:10:56 +0000 (17:10 -0600)
First, I updated the version in setup.cfg, then ran:
  ./update-requirements.sh -P "ansible-core==2.16.6"

Signed-off-by: Zack Cerza <zack@redhat.com>
requirements.txt
setup.cfg

index 95eb3a9949199df0bd00f8682181d9433d66b90c..9c9c7306b1d94f5507e78f5e87d94cd466c5fe5c 100644 (file)
@@ -4,7 +4,7 @@
 #
 #    pip-compile --extra=test pyproject.toml
 #
-ansible-core==2.13.13
+ansible-core==2.16.6
     # via teuthology (pyproject.toml)
 apache-libcloud==3.8.0
     # via teuthology (pyproject.toml)
index c9848a69c6ab660d1b5d96236fb5d5008e6b627d..6f620ee56d536136e077f8f68f84bc7558c27b22 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,7 +30,7 @@ python_requires = >=3.10
 packages = find:
 install_requires =
     PyYAML
-    ansible-core==2.13.13  # 2.14.x requires python >= 3.9
+    ansible-core==2.16.6
     apache-libcloud
     backports.ssl-match-hostname
     beanstalkc3>=0.4.0