From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.156171.1669741686603042364 for ; Tue, 29 Nov 2022 09:08:06 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=d69NkGB6; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 8FA3E20B717A; Tue, 29 Nov 2022 09:08:05 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8FA3E20B717A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1669741686; bh=1Qw4gCuTfqynWLuv+HpSACwkVTpRvDIRBS6xESX3XGw=; h=From:To:Cc:Subject:Date:From; b=d69NkGB6+SEbJz6hADi5aNHie0T71J3whRwRuzgN7mPg+YfafuXn9/WVz9n2MfvLT kqCRd+TlGH6n1QojZcUHDVTTYJDJUG+TzrKB140NOZ+iOIgYzijvpl+7nxiY/QXGNl Swkbv0WsVUVmSwDokJ2R0NmAOCPv6/vZW1SqNKNk= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sean Brogan , Michael D Kinney , Liming Gao Subject: [PATCH v3 1/1] pip: bump antlr4-python3-runtime from 4.7.1 to 4.11.1 Date: Tue, 29 Nov 2022 12:07:47 -0500 Message-Id: <20221129170747.2080-1-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki Bumps [antlr4-python3-runtime](http://www.antlr.org) from 4.7.1 to 4.11.1. Original automated dependabot PR: https://github.com/tianocore/edk2/pull/3672 For reference: antlr4 release history: https://github.com/antlr/antlr4/releases For reference: antlr4 4.7.1 to 4.11.1 release delta: https://github.com/antlr/antlr4/compare/4.7.1...4.11.1 Original 4.7.1 release info (December 9, 2017): https://github.com/antlr/antlr4/releases/tag/4.7.1 Current 4.11.1 release info (September 4, 2022): https://github.com/antlr/antlr4/releases/tag/4.11.1 Cc: Sean Brogan Cc: Michael D Kinney Cc: Liming Gao Co-authored-by: dependabot[bot] Signed-off-by: Michael Kubacki --- Notes: Note: The first patch was sent as "v2" so there is not "v1" version for this patch. =20 v3 changes: - Add antlr4 release info in commit message pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index be8c7a1c37e6..597cb674c573 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -15,4 +15,4 @@ edk2-pytool-library=3D=3D0.12.1 edk2-pytool-extensions~=3D0.20.0 edk2-basetools=3D=3D0.1.39 -antlr4-python3-runtime=3D=3D4.7.1 +antlr4-python3-runtime=3D=3D4.11.1 --=20 2.28.0.windows.1