From 9df718872a4b338997536b62621dca4df1152cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 20:36:52 +0000 Subject: [PATCH] Bump lief from 0.9.0 to 0.15.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4de544dc..ba2bd7f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -lief==0.9.0 +lief==0.15.0 tqdm>=4.31.0 numpy>=1.16.3 pandas>=0.24.2