From d3af0ddebe614986fdae8948babfd5d7ddd13d54 Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Wed, 3 Apr 2024 22:13:58 +0200 Subject: [PATCH] Update requirements --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 02230147e9..3315b39be1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "cssutils==2.10.2", "dhash==1.4", "html5lib==1.1", - "lxml==5.2.0", + "lxml==5.2.1", "networkx==3.2.1", "pefile==2023.2.7", "pillow==10.3.0", @@ -51,12 +51,12 @@ dependencies = [ "pymongo==4.6.3", "pysocks==1.7.1", "python-magic==0.4.27", - "rarfile==4.1", + "rarfile==4.2", "requests==2.31.0", "requests-futures==1.0.1", "setuptools>=65.5.1", "ssdeep==3.4", - "stpyv8==12.3.219.14", + "stpyv8==12.3.219.16", "yara-python==4.5.0", "zope.interface==6.2",