Skip to content

Commit c9bf2ee

Browse files
committed
Upgrade 'lark' dependency to 1.1.5
1 parent d6cbd9c commit c9bf2ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gdtoolkit/common/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import lark
1+
import lark.exceptions
22

33

44
class GDToolkitError(Exception):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
include_package_data=True,
3333
install_requires=[
34-
"lark[regex]==1.0.0",
34+
"lark[regex]==1.1.5",
3535
"docopt-ng==0.8.1",
3636
"pyyaml>=5.1",
3737
"radon>=5.1",

0 commit comments

Comments
 (0)