Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 410696a

Browse files
authored
Merge pull request #3 from selectel/fix/CVE-2019-10156
Fix ansible dependency according to CVE-2019-10156
2 parents bf46897 + f54851a commit 410696a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
ansible==2.6.14
1+
ansible>=2.6.18
22
python-selvpcclient==1.0
33
ipaddress==1.0.18
4+

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
packages=["ansible/modules/selvpc",
1111
"ansible/module_utils/selvpc_utils"],
1212
install_requires=[
13-
'ansible==2.6.14',
13+
'ansible>=2.6.18',
1414
'python-selvpcclient==1.0'
1515
],
1616
)
17+

0 commit comments

Comments
 (0)