Skip to content

Commit 0d11d04

Browse files
committed
Fix unpin luaparser dependency
-- updated to be lower bound Signed-off-by: Prashanna Dahal <prashanna217@gmail.com>
1 parent d8a00e5 commit 0d11d04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ install_requires =
9191
jsonstreams >= 0.5.0
9292
license_expression >= 30.4.4
9393
lxml >= 5.4.0
94-
luaparser == 4.0.0
94+
luaparser >= 4.0.0
9595
MarkupSafe >= 2.1.2
96-
multiregex >= 2.0.3
96+
multiregex >= 2.0.3
9797
normality <= 2.6.1
9898
packageurl_python >= 0.9.0
9999
packvers >= 21.0.0

0 commit comments

Comments
 (0)