diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f546e29..25ac4605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ ### Development +- ci: bump binja min version @mike-hunhoff #2763 + ### Raw diffs - [capa v9.3.0...master](https://github.com/mandiant/capa/compare/v9.3.0...master) - [capa-rules v9.3.0...master](https://github.com/mandiant/capa-rules/compare/v9.3.0...master) diff --git a/tests/test_binja_features.py b/tests/test_binja_features.py index 42765401..c97a8d26 100644 --- a/tests/test_binja_features.py +++ b/tests/test_binja_features.py @@ -70,4 +70,4 @@ def test_standalone_binja_backend(): @pytest.mark.skipif(binja_present is False, reason="Skip binja tests if the binaryninja Python API is not installed") def test_binja_version(): version = binaryninja.core_version_info() - assert version.major == 5 and version.minor == 1 + assert version.major == 5 and version.minor == 2