Skip to content

Commit 21a2143

Browse files
committed
Update hyperscan to 0.3.2
It seems from the hyperscan CHANGELOG: https://github.com/darvid/python-hyperscan/blob/master/CHANGELOG.md there are no breaking changes for us, it needs the Hyperscan v5.4.0 version, which is the default version on python:3.8, python:3.10 and ubuntu:22.04 Docker images.
1 parent 3bd61b1 commit 21a2143

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

poetry.lock

Lines changed: 8 additions & 7 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
@@ -26,7 +26,7 @@ yaffshiv = { git = "https://github.com/onekey-sec/yaffshiv.git", rev = "24e6e453
2626
plotext = "^4.1.5"
2727
pluggy = "^1.0.0"
2828
file-magic = "^0.4.0"
29-
hyperscan = "^0.2.0"
29+
hyperscan = "^0.3.0"
3030
lark = "^1.1.2"
3131
lz4 = "^4.0.0"
3232
lief = "^0.12.1"

0 commit comments

Comments
 (0)