From 1458eac7d81061a9f648322ef0b8314949cd232b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 05:04:09 +0000 Subject: [PATCH] Bump antlr4-python3-runtime from 4.7 to 4.13.2 Bumps [antlr4-python3-runtime](http://www.antlr.org) from 4.7 to 4.13.2. --- updated-dependencies: - dependency-name: antlr4-python3-runtime dependency-version: 4.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 036d55f..0aba292 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Operating System :: OS Independent" ] dependencies = [ - "antlr4-python3-runtime==4.7", + "antlr4-python3-runtime==4.13.2", "embasp-python", "tornado" ] diff --git a/requirements.txt b/requirements.txt index a4c7080..b456fe7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ embasp-python tornado -antlr4-python3-runtime==4.7 +antlr4-python3-runtime==4.13.2