diff --git a/poetry.lock b/poetry.lock index f274f5bb9c..268fae4e51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "arpy" @@ -1490,18 +1490,19 @@ lzallright = ">=0.2.1,<0.3.0" [[package]] name = "unblob-native" -version = "0.1.0" +version = "0.1.1" description = "Performance-critical functionality for Unblob" category = "main" optional = false -python-versions = "~=3.8" -files = [ - {file = "unblob_native-0.1.0-cp38-abi3-macosx_10_7_x86_64.whl", hash = "sha256:f140074e7b935919adbdb7c4c0a3411d06f58057bab2a02f0470f242390578e6"}, - {file = "unblob_native-0.1.0-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:6f20d6aef5311c4f259e30b556ccd3bd205125d4938413b9020467bc5bd1c84f"}, - {file = "unblob_native-0.1.0-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:37908467e5e6ed8d954e3300669cbbcb74fffd1bd277cd21b7aff7a972049bb9"}, - {file = "unblob_native-0.1.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fcdd25888956278eae2edb63195732197d14b2383b06d359f770c92a84918fc3"}, - {file = "unblob_native-0.1.0.tar.gz", hash = "sha256:db40d2d3b1d06ebb07af1883a253284f898f86bb7f49920e4a51e460be8b269a"}, -] +python-versions = ">=3.8" +files = [] +develop = false + +[package.source] +type = "git" +url = "https://github.com/onekey-sec/unblob-native" +reference = "landlock" +resolved_reference = "4fecf169e6d29cb3525324fbf4d9bcf2c7ec53a0" [[package]] name = "urllib3" @@ -1610,4 +1611,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9130a329aad397e513b92d1ebfc3a3e47085574bb9957ca536eaf64cbc69d64e" +content-hash = "2b8b3d09ce98c8f02dbf4db06c8306b0751b75a93b9577ec324d9fbfa714bad6" diff --git a/pyproject.toml b/pyproject.toml index 2b720c8409..dd8621182a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ lz4 = "^4.0.0" lief = "^0.12.3" cryptography = ">=39.0,<42.0" treelib = "^1.6.1" -unblob-native = "^0.1.0" +unblob-native = { git = "https://github.com/onekey-sec/unblob-native", branch = "landlock" } jefferson = "^0.4.3" [tool.poetry.group.dev]