From 92b71e02c3c186ad7e187a875699cd497b964ea4 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 23 Jan 2020 10:01:05 +0100 Subject: [PATCH] fix: [MISP export] force pymisp version --- var/www/update_thirdparty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/www/update_thirdparty.sh b/var/www/update_thirdparty.sh index 92393bb1..8bf7ad2e 100755 --- a/var/www/update_thirdparty.sh +++ b/var/www/update_thirdparty.sh @@ -116,7 +116,7 @@ python3 -m pip install git+https://github.com/MISP/PyTaxonomies --upgrade python3 -m pip install git+https://github.com/MISP/PyMISPGalaxies --upgrade #Update PyMISP -python3 -m pip install git+https://github.com/MISP/PyMISP --upgrade +python3 -m pip install git+https://github.com/MISP/PyMISP@v2.4.119.1 --upgrade #Update the Hive python3 -m pip install git+https://github.com/TheHive-Project/TheHive4py --upgrade