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

Commit afb2c6e

Browse files
authored
Merge pull request #2 from selectel/fix/CVE-2019-3828
Fix ansible dependency according to CVE-2019-3828
2 parents fbe27fe + 1f81ae7 commit afb2c6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ansible==2.6.3
1+
ansible==2.6.14
22
python-selvpcclient==1.0
33
ipaddress==1.0.18

setup.py

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

0 commit comments

Comments
 (0)