Skip to content

Commit 214a893

Browse files
Updated ANTLR requirement to v4.13
1 parent e1b9371 commit 214a893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy>=1.22
22
pycryptodome>=3.15.0
33
python-dateutil>=2.8.2
4-
antlr4-python3-runtime>=4.11
4+
antlr4-python3-runtime>=4.13

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install_requires =
3232
numpy>=1.22
3333
pycryptodome>=3.15.0
3434
python-dateutil>=2.8.2
35-
antlr4-python3-runtime>=4.11
35+
antlr4-python3-runtime>=4.13
3636

3737
[options.packages.find]
3838
where=src

0 commit comments

Comments
 (0)