diff --git a/requirements.txt b/requirements.txt index 0b0e3d7..831d1c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy>=1.22 pycryptodome>=3.15.0 python-dateutil>=2.8.2 -antlr4-python3-runtime>=4.11 \ No newline at end of file +antlr4-python3-runtime>=4.13 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index fc18e9c..1a0e3fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ install_requires = numpy>=1.22 pycryptodome>=3.15.0 python-dateutil>=2.8.2 - antlr4-python3-runtime>=4.11 + antlr4-python3-runtime>=4.13 [options.packages.find] where=src \ No newline at end of file