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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-28 17:30:10 +00:00
committed by GitHub
parent 756670d459
commit ddc5669a36
2 changed files with 14 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ description = "A command-line tool for visual instruction-level differences betw
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"capstone>=5.0.7",
"capstone>=5.0.9",
"lief>=0.17.6",
]