Skip to content

Commit 92b71e0

Browse files
committed
fix: [MISP export] force pymisp version
1 parent 08014f1 commit 92b71e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

var/www/update_thirdparty.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ python3 -m pip install git+https://github.com/MISP/PyTaxonomies --upgrade
116116
python3 -m pip install git+https://github.com/MISP/PyMISPGalaxies --upgrade
117117

118118
#Update PyMISP
119-
python3 -m pip install git+https://github.com/MISP/PyMISP --upgrade
119+
python3 -m pip install git+https://github.com/MISP/PyMISP@v2.4.119.1 --upgrade
120120

121121
#Update the Hive
122122
python3 -m pip install git+https://github.com/TheHive-Project/TheHive4py --upgrade

0 commit comments

Comments
 (0)