From c028cb28b1e2c9dc3260719e0493b0e984451445 Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Thu, 9 Jan 2025 13:01:18 +0100 Subject: [PATCH] Upgrade STPyV8 to v13.1.201.22 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98c819f3fd..06468f8294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "requests-futures==1.0.2", "setuptools>=65.5.1", "ssdeep==3.4", - "stpyv8==13.1.201.19", + "stpyv8==13.1.201.22", "yara-python==4.5.1", "zope.interface==7.2", ]