Skip to content

Commit

Permalink
pyproject: fix abi3info dep (#95)
Browse files Browse the repository at this point in the history
Too old before.

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Jul 13, 2024
1 parent e7c4a18 commit 76d9e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
"Topic :: Security",
]
dependencies = [
"abi3info >= 2023.01.27",
"abi3info >= 2024.06.19",
"kaitaistruct ~= 0.10",
"packaging >= 21.3,< 25.0",
"pefile >= 2022.5.30",
Expand Down

0 comments on commit 76d9e66

Please sign in to comment.