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 ### New Features
- ghidra: support PyGhidra @mike-hunhoff #2788
### Breaking Changes ### Breaking Changes
### New Rules (4) ### New Rules (4)

View File

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

View File

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