Skip to content

Commit

Permalink
Merge pull request #84 from onekey-sec/bumb-lzallright
Browse files Browse the repository at this point in the history
chore(poetry): bump lzallright version
  • Loading branch information
qkaiser committed May 22, 2023
2 parents dc9075c + b5eabb5 commit 479646d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
24 changes: 13 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ubi-reader"
version = "0.8.7"
version = "0.8.8"
description = "Extract files from UBI and UBIFS images."
authors = ["ONEKEY <support@onekey.com>", "Jason Pruitt <jrspruitt@gmail.com>"]
license = "GNU GPL"
Expand All @@ -9,7 +9,7 @@ packages = [{include = "ubireader"}]

[tool.poetry.dependencies]
python = "^3.8"
lzallright = "^0.1.0"
lzallright = "^0.2.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 479646d

Please sign in to comment.