From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web12.4541.1586242061365498329 for ; Mon, 06 Apr 2020 23:47:41 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: shenglei.zhang@intel.com) IronPort-SDR: wSGdQKkTkRR6PAjamNr5gbUZrkQPdsEF0JNbWA1eNbvXn18nDAm3sNkb+7FCe85Mp210hz2FIM a08NojhdfyEw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2020 23:47:40 -0700 IronPort-SDR: l/0LGox6xcQGrPy3swRqm7l6ZxXc/QecboojOs0sF4mcq7pzSRZjuWtdMoRJ3pdHK3tYJtIKrd YXPfdBGXPigg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,353,1580803200"; d="scan'208";a="254365059" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga006.jf.intel.com with ESMTP; 06 Apr 2020 23:47:38 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao Subject: [PATCH] pip-requirements.txt: Update extensions min version to 0.13.3 Date: Tue, 7 Apr 2020 14:47:35 +0800 Message-Id: <20200407064737.8172-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2616 Pytool extensions are locked on 0.12.x but extensions has moved to 0.13.x. So update the pip-requirements.txt. Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Shenglei Zhang --- pip-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 6a41a95ec594..574dac43b1a6 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -9,8 +9,8 @@ # https://pypi.org/project/pip/ # https://pip.pypa.io/en/stable/user_guide/#requirements-files # https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format -# +# https://www.python.org/dev/peps/pep-0440/#version-specifiers ## edk2-pytool-library==0.10.* -edk2-pytool-extensions==0.12.* +edk2-pytool-extensions~=0.13.3 -- 2.18.0.windows.1