From 9514934304f08f2f74c9949d52daf1414d0d936e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:39:10 +0000 Subject: [PATCH] Bump antlr4-python3-runtime from 4.7 to 4.13.1 Bumps [antlr4-python3-runtime]() from 4.7 to 4.13.1. --- updated-dependencies: - dependency-name: antlr4-python3-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6f9e201..88dd773 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers = [ "Programming Language :: Python :: 2", ] dependencies = [ - "antlr4-python3-runtime==4.7" + "antlr4-python3-runtime==4.13.1" ] [project.urls] diff --git a/requirements.txt b/requirements.txt index fa96afe..41b20ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -antlr4-python3-runtime==4.7 +antlr4-python3-runtime==4.13.1 diff --git a/setup.py b/setup.py index d54fd72..e83739e 100644 --- a/setup.py +++ b/setup.py @@ -17,5 +17,5 @@ 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 2', ], - install_requires=['antlr4-python3-runtime==4.7'], + install_requires=['antlr4-python3-runtime==4.13.1'], )