Files
EDK2-fork/pip-requirements.txt
Michael Kubacki f4d93446be pip-requirements.txt: Update pip modules
Updates from dependabot for pytools have been accumulating over
time. This updates the modules to latest.

`edk2-pytool-library` changes:

https://github.com/tianocore/edk2-pytool-library/compare/v0.21.9...v0.23.0

`edk2-pytool-extensions` changes:

https://github.com/tianocore/edk2-pytool-extensions/compare/v0.27.10...v0.29.0

In these releases, Python 3.10 is a Minimum Supported Version while
3.11, 3.12, and 3.13 are official versions. For more details:

https://github.com/tianocore/edk2-pytool-extensions/blob/master/docs/contributor/python_msv.md

Other pip modules are updated to latest versions tested alongside
these pytool versions.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
2025-03-06 21:00:07 +00:00

20 lines
588 B
Plaintext

## @file
# EDK II Python PIP requirements file
#
# This file provides the list of python components to install using PIP.
#
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
# https://pypi.org/project/pip/
# https://pip.pypa.io/en/stable/user_guide/#requirements-files
# https://pip.pypa.io/en/stable/reference/requirements-file-format
# https://www.python.org/dev/peps/pep-0440/#version-specifiers
##
edk2-pytool-library~=0.23.0
edk2-pytool-extensions~=0.29.0
antlr4-python3-runtime>=4.7.1
lcov-cobertura==2.1.1
regex==2024.11.6