From 7e0692908258ae770b6308d278390f9a568fdf4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 20:00:55 +0000 Subject: [PATCH] Bump lief from 0.9.0 to 0.12.2 in /lib/cuckoo/common/graphs/binGraph Bumps [lief](https://github.com/lief-project/LIEF) from 0.9.0 to 0.12.2. - [Release notes](https://github.com/lief-project/LIEF/releases) - [Commits](https://github.com/lief-project/LIEF/compare/0.9.0...0.12.2) --- 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..7c28a62da --- 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.2 \ No newline at end of file