Skip to content

Commit

Permalink
[fix] Package dependency versions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Jan 19, 2024
1 parent d227917 commit a30a814
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.14.1] - 2024-01-19

### Fixed
- Update Ragger dependency versions (Speculos, LedgerComm, ledgerCTL), so that latest features can
leverage recent features


## [1.14.0] - 2024-01-19

### Added
Expand Down
19 changes: 7 additions & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,16 @@ doc=
Jinja2>=3.0
docutils==0.16 # higher versions trigger build bugs with the RTD theme
speculos=
speculos>=0.2.8
speculos>=0.5.0
mnemonic
ledgercomm=
ledgercomm
ledgercomm[hid]
ledgercomm>=1.2.1
ledgercomm[hid]>=1.2.1
pyqt5
pytesseract
ledgerwallet=
ledgerwallet>=0.2.3
ledgerwallet>=0.4.0
pyqt5
pytesseract
all_backends=
speculos>=0.2.8
ledgercomm
ledgercomm[hid]
ledgerwallet>=0.2.3
pyqt5
pytesseract
ragger[speculos]
ragger[ledgercomm]
ragger[ledgerwallet]

0 comments on commit a30a814

Please sign in to comment.