]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
requirements: enforce ansible version requirement
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 27 Feb 2020 12:33:31 +0000 (13:33 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Thu, 27 Feb 2020 14:28:17 +0000 (09:28 -0500)
See https://github.com/advisories/GHSA-3m93-m4q6-mc6v

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
requirements.txt
tests/requirements.txt

index be1faebc3622c0a31a5d47b2f925dff91b710ed9..00d745372eb19951667ae2aa0c4e818416a4ca7e 100644 (file)
@@ -1,3 +1,3 @@
 # These are Python requirements needed to run ceph-ansible master
-ansible>=2.8,<2.9
+ansible>=2.8.8,<2.9
 netaddr
index fb9a3f2652754e6c013f28ba64abd9a76c2336d3..9450335ffb866b58b418687ed69fd066896ece7e 100644 (file)
@@ -3,7 +3,7 @@ six==1.10.0
 testinfra>=3.2,<3.3
 pytest-xdist==1.28.0
 pytest>=4.6,<5.0
-ansible>=2.8,<2.9
+ansible>=2.8.8,<2.9
 Jinja2>=2.10
 netaddr
 mock