Skip to content

Commit 479646d

Browse files
authored
Merge pull request #84 from onekey-sec/bumb-lzallright
chore(poetry): bump lzallright version
2 parents dc9075c + b5eabb5 commit 479646d

2 files changed

Lines changed: 15 additions & 13 deletions

File tree

poetry.lock

Lines changed: 13 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ubi-reader"
3-
version = "0.8.7"
3+
version = "0.8.8"
44
description = "Extract files from UBI and UBIFS images."
55
authors = ["ONEKEY <support@onekey.com>", "Jason Pruitt <jrspruitt@gmail.com>"]
66
license = "GNU GPL"
@@ -9,7 +9,7 @@ packages = [{include = "ubireader"}]
99

1010
[tool.poetry.dependencies]
1111
python = "^3.8"
12-
lzallright = "^0.1.0"
12+
lzallright = "^0.2.1"
1313

1414
[build-system]
1515
requires = ["poetry-core"]

0 commit comments

Comments
 (0)