From 172b6b08a0a16e7b954237bfe3df025a55573c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 15:32:02 +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 +- 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