From bc3f55eb67f778d8ebfc5839b4635a75daefaec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:02:24 +0000 Subject: [PATCH] pip: update antlr4-python3-runtime requirement from >=4.7.1 to >=4.13.2 Updates the requirements on [antlr4-python3-runtime](http://www.antlr.org) to permit the latest version. --- updated-dependencies: - dependency-name: antlr4-python3-runtime dependency-version: 4.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index c8de90fc2b..e388a53774 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -14,6 +14,6 @@ edk2-pytool-library~=0.21.9 edk2-pytool-extensions~=0.27.10 -antlr4-python3-runtime>=4.7.1 +antlr4-python3-runtime>=4.13.2 lcov-cobertura==2.0.2 regex==2024.7.24