From 8d39765e7be55c4f32bfbd0aa8e82d3d1d039c24 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Mon, 17 Nov 2025 11:10:46 -0700 Subject: [PATCH] ci: bump binja minor version (#2763) --- CHANGELOG.md | 2 ++ tests/test_binja_features.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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