Skip to content

Commit

Permalink
Upgrade to ANTLR 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rindPHI committed Jul 5, 2023
1 parent 3f95890 commit 8319629
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
antlr4-python3-runtime>=4.11
antlr4-python3-runtime>=4.13
datrie>=0.8.2
grammar_graph>=0.1.15
grammar_to_regex>=0.0.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
antlr4-python3-runtime>=4.11
antlr4-python3-runtime>=4.13
black>=22.8.0
build>=0.8.0
datrie>=0.8.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
antlr4-python3-runtime>=4.11
antlr4-python3-runtime>=4.13
datrie>=0.8.2
docutils>=0.18.1
grammar_graph>=0.1.15
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ packages = find:
include_package_data = True
python_requires = >=3.10
install_requires =
antlr4-python3-runtime>=4.11
antlr4-python3-runtime>=4.13
datrie>=0.8.2
grammar_to_regex>=0.0.4
grammar_graph>=0.1.15
Expand Down

0 comments on commit 8319629

Please sign in to comment.