From 92b504e71701730b3a9e55a0b6b953ae8382eec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 10:15:26 +0000 Subject: [PATCH] chore(deps): bump capstone from 5.0.7 to 5.0.9 Bumps [capstone](https://github.com/aquynh/capstone) from 5.0.7 to 5.0.9. - [Release notes](https://github.com/aquynh/capstone/releases) - [Changelog](https://github.com/capstone-engine/capstone/blob/5.0.9/ChangeLog) - [Commits](https://github.com/aquynh/capstone/compare/5.0.7...5.0.9) --- updated-dependencies: - dependency-name: capstone dependency-version: 5.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0086a89..612c3b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Core runtime and training dependencies for the published MalStat snapshot. # Tested with Python 3.13.13 on 2026-05-31. -capstone==5.0.7 +capstone==5.0.9 Jinja2==3.1.6 joblib==1.5.3 lief==0.17.6