From 4a1ff5031d5e63321991004dbc06870f10bd93cc Mon Sep 17 00:00:00 2001 From: Lucas PASCAL Date: Wed, 3 Apr 2024 17:41:54 +0200 Subject: [PATCH] [bump] Ragger dependency --- CHANGELOG.md | 3 +++ dev-tools/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5bb9a8..44104d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Flex target +### Changed + - dev-tools: Bump ragger version to 1.16+ + ## [3.18.0] - 2024-03-27 ### Changed diff --git a/dev-tools/Dockerfile b/dev-tools/Dockerfile index cec8b04..4d79d8e 100644 --- a/dev-tools/Dockerfile +++ b/dev-tools/Dockerfile @@ -20,4 +20,4 @@ ARG PYTHON_BUILD_DEPS=libffi-dev,python3-dev,py3-virtualenv RUN apk add $(echo -n "$PYTHON_BUILD_DEPS" | tr , ' ') # Install test tools (Ragger framework, Speculos emulator, Ledgerblue...) -RUN pip3 install ragger[tests,all_backends]==1.16.0 +RUN pip3 install --no-cache-dir "ragger[tests,all_backends]~=1.16"