From 9780c5b938de3db0471ac81c146b39a5e1235f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 20:32:13 +0000 Subject: [PATCH] Bump lief from 0.9.0 to 0.15.0 in /lib/cuckoo/common/graphs/binGraph Bumps [lief](https://github.com/lief-project/LIEF) from 0.9.0 to 0.15.0. - [Release notes](https://github.com/lief-project/LIEF/releases) - [Commits](https://github.com/lief-project/LIEF/compare/0.9.0...0.15.0) --- 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..4dd242279 --- 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.15.0 \ No newline at end of file