Browse Source

[ansible] update ansible and cryptography requirements to work on ubuntu 22.04 (#8826)

pull/8838/head
Cristian Calin 2 years ago
committed by GitHub
parent
commit
3a89e31dee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 9 deletions
  1. 6
      requirements-2.11.txt
  2. 4
      requirements-2.12.txt
  3. 1
      requirements-2.9.txt
  4. 1
      tests/requirements-2.10.txt
  5. 1
      tests/requirements-2.11.txt
  6. 1
      tests/requirements-2.12.txt
  7. 1
      tests/requirements-2.9.txt

6
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

4
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

1
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

1
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

1
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

1
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

1
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'

Loading…
Cancel
Save