From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 9E5E4D81113 for ; Thu, 11 Jan 2024 21:35:04 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=jcMSPSrD5Vw+xpL/RJHEjVM6NZx0DQyBzxsMlYqG1Kg=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1705008903; v=1; b=ajXGcXjXdOHScyk5L+ur+ZVIbLgRt6Ked7YMFMY28BFtSRFIufs4xpsDzrscyGeAmx0RsNPf E4IE4CwGr2ioR5qGJB1AVKWJB46GG6AQM029GBd2Qkt86r/Xl8Yn1niEuDzIeKwXjditGO3hsSD y/QH3qEX3/4Q5dpi/NzbgnVw= X-Received: by 127.0.0.2 with SMTP id wdopYY7687511xM78U9aSxwf; Thu, 11 Jan 2024 13:35:03 -0800 X-Received: from mail-pl1-f182.google.com (mail-pl1-f182.google.com [209.85.214.182]) by mx.groups.io with SMTP id smtpd.web11.4665.1705008902832902971 for ; Thu, 11 Jan 2024 13:35:02 -0800 X-Received: by mail-pl1-f182.google.com with SMTP id d9443c01a7336-1d4ca2fd2fbso32797905ad.2 for ; Thu, 11 Jan 2024 13:35:02 -0800 (PST) X-Gm-Message-State: ybB4Jc1rxAaw3Bva1SpRlhMBx7686176AA= X-Google-Smtp-Source: AGHT+IHsiTrw3U/9X2jw119hqR2AzGSoAPQWq3wC5BhdJ8DY7FRgbJvEUpxETEqGaUELrk6KxNDkbA== X-Received: by 2002:a17:902:654e:b0:1d4:e084:571e with SMTP id d14-20020a170902654e00b001d4e084571emr330823pln.129.1705008901440; Thu, 11 Jan 2024 13:35:01 -0800 (PST) X-Received: from CPC-joeyv-9183D.localdomain ([4.155.48.127]) by smtp.gmail.com with ESMTPSA id m3-20020a1709026bc300b001d4a49b30f4sm1609893plt.61.2024.01.11.13.35.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Jan 2024 13:35:01 -0800 (PST) From: "Joey Vagedes via groups.io" To: devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Michael D Kinney Subject: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update to latest Date: Thu, 11 Jan 2024 21:35:01 +0000 Message-ID: <20240111213501.13704-1-joey.vagedes@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,joeyvagedes@microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=ajXGcXjX; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=none From: "Joey Vagedes (from Dev Box)" Updates edk2-pytool-extensions, edk2-pytool-library, and regex to their latest respective releases. Signed-off-by: Joey Vagedes Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael D Kinney --- pip-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 8177c60d1808..6420078822b5 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -12,9 +12,9 @@ # https://www.python.org/dev/peps/pep-0440/#version-specifiers=0D ##=0D =0D -edk2-pytool-library=3D=3D0.19.3=0D -edk2-pytool-extensions~=3D0.25.1=0D +edk2-pytool-library=3D=3D0.19.9=0D +edk2-pytool-extensions=3D=3D0.26.4=0D edk2-basetools=3D=3D0.1.48=0D antlr4-python3-runtime=3D=3D4.7.1=0D lcov-cobertura=3D=3D2.0.2=0D -regex=3D=3D2023.8.8=0D +regex=3D=3D2023.12.25=0D --=20 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113631): https://edk2.groups.io/g/devel/message/113631 Mute This Topic: https://groups.io/mt/103671350/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-