update CHANGELOG and PyGhidra version requirements

This commit is contained in:
Mike Hunhoff
2025-12-09 00:36:10 +00:00
parent 784e0346d9
commit 32c201d9b1
3 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
### New Features
- ghidra: support PyGhidra @mike-hunhoff #2788
### Breaking Changes
### New Rules (4)

View File

@@ -79,7 +79,7 @@ dependencies = [
"ruamel.yaml>=0.18",
"pefile>=2023.2.7",
"pyelftools>=0.31",
"pyghidra>=0.4.0",
"pyghidra>=3.0.0",
"pydantic>=2",
"rich>=13",
"humanize>=4",

View File

@@ -34,7 +34,7 @@ pydantic==2.12.4
xmltodict==1.0.2
pyelftools==0.32
pygments==2.19.1
pyghidra==0.4.1
pyghidra==3.0.0
python-flirt==0.9.2
pyyaml==6.0.2
rich==14.2.0