]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
requirements: Update ansible to 2.10 1748/head
authorZack Cerza <zack@redhat.com>
Wed, 13 Apr 2022 22:36:52 +0000 (16:36 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 26 Apr 2022 16:32:00 +0000 (16:32 +0000)
Signed-off-by: Zack Cerza <zack@redhat.com>
requirements.txt
setup.cfg

index 49c1ebf890a06d103fc4fe9c447a8e3d8c540bfc..1f82d1c4a4b3084a1aa86a21496afba031a1ceba 100644 (file)
@@ -4,8 +4,10 @@
 #
 #    pip-compile --extra=test pyproject.toml
 #
-ansible==2.9.27
+ansible==2.10.7
     # via teuthology (pyproject.toml)
+ansible-base==2.10.17
+    # via ansible
 apache-libcloud==3.3.1
     # via teuthology (pyproject.toml)
 appdirs==1.4.4
@@ -57,7 +59,7 @@ configparser==5.0.2
     # via teuthology (pyproject.toml)
 cryptography==3.4.7
     # via
-    #   ansible
+    #   ansible-base
     #   openstacksdk
     #   paramiko
     #   pyopenssl
@@ -120,7 +122,7 @@ iso8601==0.1.16
     #   python-novaclient
     #   python-openstackclient
 jinja2==3.0.1
-    # via ansible
+    # via ansible-base
 jmespath==0.10.0
     # via
     #   boto3
@@ -193,6 +195,7 @@ oslo.utils==4.12.2
     #   python-openstackclient
 packaging==21.0
     # via
+    #   ansible-base
     #   oslo.utils
     #   pytest
     #   tox
@@ -286,7 +289,7 @@ pytz==2021.1
     #   oslo.utils
 pyyaml==5.4.1
     # via
-    #   ansible
+    #   ansible-base
     #   cliff
     #   openstacksdk
     #   oslo.config
index f2a3dc59e48a6037e6463114e9b18c11b3cb4377..05737a641d8e3940cf3f136b43b05609455f4494 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,7 +32,7 @@ summary = Ceph test framework
 packages = find:
 install_requires =
     PyYAML
-    ansible>=2.8,<2.10
+    ansible>=2.10,<3.0
     apache-libcloud
     argparse>=1.2.1
     backports.ssl-match-hostname