diff --git a/requirements-2.11.txt b/requirements-2.11.txt index 475fde28e..ab59f38d3 100644 --- a/requirements-2.11.txt +++ b/requirements-2.11.txt @@ -1,6 +1,6 @@ -ansible==4.8.0 -ansible-core==2.11.6 -cryptography==2.8 +ansible==4.10.0 +ansible-core==2.11.11 +cryptography==3.4.8 jinja2==2.11.3 netaddr==0.7.19 pbr==5.4.4 diff --git a/requirements-2.12.txt b/requirements-2.12.txt index 806315c73..f8b1e5000 100644 --- a/requirements-2.12.txt +++ b/requirements-2.12.txt @@ -1,6 +1,6 @@ -ansible==5.7.0 +ansible==5.7.1 ansible-core==2.12.5 -cryptography==2.8 +cryptography==3.4.8 jinja2==2.11.3 netaddr==0.7.19 pbr==5.4.4 diff --git a/requirements-2.9.txt b/requirements-2.9.txt index 99c9b8f8f..8fe4a552d 100644 --- a/requirements-2.9.txt +++ b/requirements-2.9.txt @@ -1,4 +1,5 @@ ansible==2.9.27 +cryptography==2.8 jinja2==2.11.3 netaddr==0.7.19 pbr==5.4.4 diff --git a/tests/requirements-2.10.txt b/tests/requirements-2.10.txt index 287e352ad..0d0cd6565 100644 --- a/tests/requirements-2.10.txt +++ b/tests/requirements-2.10.txt @@ -3,7 +3,6 @@ yamllint==1.19.0 apache-libcloud==2.2.1 tox==3.11.1 dopy==0.3.7 -cryptography==2.8 ansible-lint==5.4.0 molecule==3.0.6 molecule-vagrant==0.3 diff --git a/tests/requirements-2.11.txt b/tests/requirements-2.11.txt index c97efdc4c..8db43955d 100644 --- a/tests/requirements-2.11.txt +++ b/tests/requirements-2.11.txt @@ -3,7 +3,6 @@ yamllint==1.19.0 apache-libcloud==2.2.1 tox==3.11.1 dopy==0.3.7 -cryptography==2.8 ansible-lint==5.4.0 molecule==3.0.6 molecule-vagrant==0.3 diff --git a/tests/requirements-2.12.txt b/tests/requirements-2.12.txt index bdb5c8786..3a653d297 100644 --- a/tests/requirements-2.12.txt +++ b/tests/requirements-2.12.txt @@ -3,7 +3,6 @@ yamllint==1.19.0 apache-libcloud==2.2.1 tox==3.11.1 dopy==0.3.7 -cryptography==2.8 ansible-lint==5.4.0 molecule==3.0.6 molecule-vagrant==0.3 diff --git a/tests/requirements-2.9.txt b/tests/requirements-2.9.txt index 3e137ac49..aca01027c 100644 --- a/tests/requirements-2.9.txt +++ b/tests/requirements-2.9.txt @@ -3,7 +3,6 @@ yamllint==1.19.0 apache-libcloud==2.2.1 tox==3.11.1 dopy==0.3.7 -cryptography==2.8 ansible-lint==5.4.0 ; python_version >= '3.0' ansible-lint==4.2.0 ; python_version < '3.0' molecule==3.0.6 ; python_version >= '3.0'