Skip to content

Commit 5c28ac3

Browse files
authored
Merge pull request #617 from onekey-sec/upgrade-jefferson
chore(deps): upgrade jefferson to 0.4.5.
2 parents 4ce7ed7 + be2a349 commit 5c28ac3

File tree

7 files changed

+34
-32
lines changed

7 files changed

+34
-32
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
3-
exclude: ^tests/integration|\.patch|nix/_sources$
3+
exclude: ^tests/integration|\.patch|^nix/_sources
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
66
rev: v4.4.0

nix/_sources/generated.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"pinned": false,
99
"src": {
1010
"name": null,
11-
"sha256": "sha256-RHEXbKRQWTyPWIzSRLwW82u/TsDgiL7L5o+cUWgLLk0=",
11+
"sha256": "sha256-+cPOzzO3bCQAu8LrbjUJ5S/SR5OFitOYLIu5L9t/q+k=",
1212
"type": "url",
13-
"url": "https://pypi.org/packages/source/j/jefferson/jefferson-0.4.4.tar.gz"
13+
"url": "https://pypi.org/packages/source/j/jefferson/jefferson-0.4.5.tar.gz"
1414
},
15-
"version": "0.4.4"
15+
"version": "0.4.5"
1616
},
1717
"lzallright": {
1818
"cargoLocks": {
1919
"Cargo.lock": [
20-
"./lzallright-v0.2.2/Cargo.lock",
20+
"./lzallright-v0.2.3/Cargo.lock",
2121
{}
2222
]
2323
},
@@ -33,11 +33,11 @@
3333
"name": null,
3434
"owner": "vlaci",
3535
"repo": "lzallright",
36-
"rev": "v0.2.2",
37-
"sha256": "sha256-MOTIUC/G92tB2ZOp3OzgKq3d9zGN6bfv83vXOK3deFI=",
36+
"rev": "v0.2.3",
37+
"sha256": "sha256-Zzif6WtecgAkNmml0kt0Z+Ewx0L30ahr+kwzYR5aUAM=",
3838
"type": "github"
3939
},
40-
"version": "v0.2.2"
40+
"version": "v0.2.3"
4141
},
4242
"treelib": {
4343
"cargoLocks": null,
@@ -48,11 +48,11 @@
4848
"pinned": false,
4949
"src": {
5050
"name": null,
51-
"sha256": "sha256-HL//stK3XMrCfQIAzuBQe2+7Bybgr7n64Bet5dLOh4g=",
51+
"sha256": "sha256-Gi6Dj2uZ4mkLw9mS1aHwTNtK9lZL12iIg8I9FyV7uyo=",
5252
"type": "url",
53-
"url": "https://pypi.org/packages/source/t/treelib/treelib-1.6.1.tar.gz"
53+
"url": "https://pypi.org/packages/source/t/treelib/treelib-1.6.4.tar.gz"
5454
},
55-
"version": "1.6.1"
55+
"version": "1.6.4"
5656
},
5757
"ubi_reader": {
5858
"cargoLocks": null,
@@ -69,4 +69,4 @@
6969
},
7070
"version": "0.8.9"
7171
}
72-
}
72+
}

nix/_sources/generated.nix

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,35 @@
33
{
44
jefferson = {
55
pname = "jefferson";
6-
version = "0.4.4";
6+
version = "0.4.5";
77
src = fetchurl {
8-
url = "https://pypi.org/packages/source/j/jefferson/jefferson-0.4.4.tar.gz";
9-
sha256 = "sha256-RHEXbKRQWTyPWIzSRLwW82u/TsDgiL7L5o+cUWgLLk0=";
8+
url = "https://pypi.org/packages/source/j/jefferson/jefferson-0.4.5.tar.gz";
9+
sha256 = "sha256-+cPOzzO3bCQAu8LrbjUJ5S/SR5OFitOYLIu5L9t/q+k=";
1010
};
1111
};
1212
lzallright = {
1313
pname = "lzallright";
14-
version = "v0.2.2";
14+
version = "v0.2.3";
1515
src = fetchFromGitHub {
1616
owner = "vlaci";
1717
repo = "lzallright";
1818
rev = "v0.2.3";
1919
fetchSubmodules = false;
20-
sha256 = "sha256-MOTIUC/G92tB2ZOp3OzgKq3d9zGN6bfv83vXOK3deFI=";
20+
sha256 = "sha256-Zzif6WtecgAkNmml0kt0Z+Ewx0L30ahr+kwzYR5aUAM=";
2121
};
2222
cargoLock."Cargo.lock" = {
23-
lockFile = ./lzallright-v0.2.2/Cargo.lock;
24-
outputHashes = { };
23+
lockFile = ./lzallright-v0.2.3/Cargo.lock;
24+
outputHashes = {
25+
26+
};
2527
};
2628
};
2729
treelib = {
2830
pname = "treelib";
29-
version = "1.6.1";
31+
version = "1.6.4";
3032
src = fetchurl {
31-
url = "https://pypi.org/packages/source/t/treelib/treelib-1.6.1.tar.gz";
32-
sha256 = "sha256-HL//stK3XMrCfQIAzuBQe2+7Bybgr7n64Bet5dLOh4g=";
33+
url = "https://pypi.org/packages/source/t/treelib/treelib-1.6.4.tar.gz";
34+
sha256 = "sha256-Gi6Dj2uZ4mkLw9mS1aHwTNtK9lZL12iIg8I9FyV7uyo=";
3335
};
3436
};
3537
ubi_reader = {
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/treelib/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{ _sources, buildPythonPackage, future }:
1+
{ _sources, buildPythonPackage, future, six }:
22

33
buildPythonPackage rec {
44
inherit (_sources.treelib) pname version src;
55

6-
propagatedBuildInputs = [ future ];
6+
propagatedBuildInputs = [ future six ];
77

88
doCheck = false;
99
}

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lief = "^0.12.3"
2727
cryptography = ">=39.0,<42.0"
2828
treelib = "^1.6.1"
2929
unblob-native = "^0.1.0"
30-
jefferson = "^0.4.3"
30+
jefferson = "^0.4.5"
3131

3232
[tool.poetry.group.dev]
3333
optional = true

0 commit comments

Comments
 (0)