Skip to content

Commit

Permalink
[bump] Ragger dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Apr 3, 2024
1 parent 926ec83 commit 4a1ff50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4a1ff50

Please sign in to comment.