From 2040c9c28ec1aac26d894fef58209e2e12a292f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 14:29:31 +0000 Subject: [PATCH] build(deps): bump lief from 0.13.2 to 0.15.0 Bumps [lief](https://github.com/sponsors/lief-project) from 0.13.2 to 0.15.0. - [Commits](https://github.com/sponsors/lief-project/commits) --- updated-dependencies: - dependency-name: lief dependency-version: 0.15.0 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..a2d541fd493e 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.15.0", "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..55795762f19e 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.15.0 # via bitcoin-core-deps (pyproject.toml) matplotlib==3.8.0 # via bitcoin-core-deps (pyproject.toml)