From 26d91e75c0d7a3a660194b8281c77d2ea2b5e72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 20:04:13 +0000 Subject: [PATCH] Bump lief from 0.10.1 to 0.12.2 Bumps [lief](https://github.com/lief-project/LIEF) from 0.10.1 to 0.12.2. - [Release notes](https://github.com/lief-project/LIEF/releases) - [Commits](https://github.com/lief-project/LIEF/compare/0.10.1...0.12.2) --- updated-dependencies: - dependency-name: lief dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index a157a27..5d48c0e 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ graphviz = "==0.11" jinja-vanish = "==0.1" jinja2 = "==2.10.1" keystone-engine = {file = "https://zerosteiner.s3.amazonaws.com/packages/keystone-engine-0.9.1.post3.zip"} -lief = "==0.10.1" +lief = "==0.12.2" networkx = "==2.3" pyvex = "==8.19.4.5" smoke-zephyr = "==1.4.1"