From a1b38a8a85d62818747c98aa5175acc532ae4ba1 Mon Sep 17 00:00:00 2001 From: xwings Date: Mon, 25 Nov 2024 09:26:17 +0800 Subject: [PATCH] Roll unicorn back to 2.0.1.post1 for the moment to get a green check --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1820d904..46ffd7f7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ keywords = [ [tool.poetry.dependencies] python = "^3.8" capstone = "^4" -unicorn = "^2" +unicorn = "2.0.1.post1" pefile = ">=2022.5.30" python-registry = "^1.3.1" keystone-engine = "^0.9.2"