chg: [PyMISP] Bump

pull/6043/head
Raphaël Vinot 2020-06-22 14:34:49 +02:00
parent 6b95047c1e
commit 688585b323
2 changed files with 2 additions and 2 deletions

2
PyMISP

@ -1 +1 @@
Subproject commit d05412161186657a7676dbbb4118eeeafa6fba5a
Subproject commit f176fb0884770ff303de2c4db6606fbe4fcc4199

View File

@ -47,7 +47,7 @@ class AppController extends Controller
public $helpers = array('Utility', 'OrgImg', 'FontAwesome', 'UserName', 'DataPathCollector');
private $__queryVersion = '106';
public $pyMispVersion = '2.4.127';
public $pyMispVersion = '2.4.128';
public $phpmin = '7.2';
public $phprec = '7.4';
public $pythonmin = '3.6';