Skip to content

Commit 3b359de

Browse files
author
Prashanna Dahal
committed
Fix luaparser version specifier #3526
Change luaparser from == to match project's version pinning pattern: * requirements.txt: luaparser==1.4.3 (exact pinning) * setup.cfg: luaparser == 1.4.3 (exact pinning) Signed-off-by: Prashanna Dahal <prashanna217@gmail.com>
1 parent 99cd99f commit 3b359de

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jsonstreams==0.6.0
4242
keyring==23.7.0
4343
license-expression==30.4.4
4444
lxml==6.0.2
45+
luaparser==4.0.0
4546
MarkupSafe==3.0.3
4647
more-itertools==10.8.0
4748
multiregex==2.0.3

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ install_requires =
9191
jsonstreams >= 0.5.0
9292
license_expression >= 30.4.4
9393
lxml >= 5.4.0
94+
luaparser == 4.0.0
9495
MarkupSafe >= 2.1.2
9596
multiregex >= 2.0.3
9697
normality <= 2.6.1

0 commit comments

Comments
 (0)