From c563c483f0ddda73fa8d976fab7950b356393bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:33:02 +0000 Subject: [PATCH] build(deps): bump lief from 0.13.2 to 0.17.2 Bumps [lief](https://github.com/sponsors/lief-project) from 0.13.2 to 0.17.2. - [Commits](https://github.com/sponsors/lief-project/commits) --- updated-dependencies: - dependency-name: lief dependency-version: 0.17.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26605fc84930..3e9f2c45db19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "bitcoin-core-deps" version = "0.1.0" dependencies = [ "codespell==2.2.6", - "lief==0.13.2", + "lief==0.17.2", "mypy==1.4.1", "pyzmq==25.1.0", # Removing in favour of packaged nixpkgs bin which is not dynamically linked diff --git a/requirements.txt b/requirements.txt index c9b220b6fe46..8b9e4ab7cfa0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # uv pip compile pyproject.toml -o requirements.txt codespell==2.2.6 # via bitcoin-core-deps (pyproject.toml) -lief==0.13.2 +lief==0.17.2 # via bitcoin-core-deps (pyproject.toml) matplotlib==3.8.0 # via bitcoin-core-deps (pyproject.toml)