From 1f7e42e5586d77d18a0a56fb00c77020195a0318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:16:01 +0000 Subject: [PATCH] Bump lief from 0.9.0 to 0.12.3 in /lib/cuckoo/common/graphs/binGraph Bumps [lief](https://github.com/lief-project/LIEF) from 0.9.0 to 0.12.3. - [Release notes](https://github.com/lief-project/LIEF/releases) - [Commits](https://github.com/lief-project/LIEF/compare/0.9.0...0.12.3) --- updated-dependencies: - dependency-name: lief dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/cuckoo/common/graphs/binGraph/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 lib/cuckoo/common/graphs/binGraph/requirements.txt diff --git a/lib/cuckoo/common/graphs/binGraph/requirements.txt b/lib/cuckoo/common/graphs/binGraph/requirements.txt old mode 100755 new mode 100644 index 7c4e16444..a12b909f0 --- a/lib/cuckoo/common/graphs/binGraph/requirements.txt +++ b/lib/cuckoo/common/graphs/binGraph/requirements.txt @@ -2,4 +2,4 @@ matplotlib==2.2.2 numpy==1.15.0 six==1.11.0 statistics==1.0.3.5 -lief==0.9.0 \ No newline at end of file +lief==0.12.3 \ No newline at end of file