Skip to content

Commit 75b0e2a

Browse files
committed
Merge branch 'develop' of github.com:MISP/MISP into develop
2 parents b78f752 + 1fef8de commit 75b0e2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/Controller/AppController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AppController extends Controller
3434
public $helpers = array('OrgImg', 'FontAwesome', 'UserName');
3535

3636
private $__queryVersion = '163';
37-
public $pyMispVersion = '2.4.195';
37+
public $pyMispVersion = '2.4.196';
3838
public $phpmin = '7.2';
3939
public $phprec = '7.4';
4040
public $phptoonew = '8.0';

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ misp-stix>=2.4.194
77
mixbox>=1.0.5
88
plyara>=2.1.1
99
pydeep2>=0.5.1
10-
pymisp==2.4.195
10+
pymisp==2.4.196
1111
python-magic>=0.4.27
1212
pyzmq>=25.1.1
1313
redis>=5.0.1

0 commit comments

Comments
 (0)