Skip to content

Commit c78be0f

Browse files
Updated antlr4 runtime version requirement to 4.11
1 parent 85a0ee9 commit c78be0f

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.10
4+
antlr4-python3-runtime>=4.11

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.10
35+
antlr4-python3-runtime>=4.11
3636

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

0 commit comments

Comments
 (0)