pip-requirements.txt: Bump versions of several packages and fix URL

edk2-basetools was depending on old versions of several packages. That
was fixed in version 0.1.53. Update pip-requirements.txt to use that
version, and bump the versions and dependency expressions of other
packages to use or allow use of newer versions.

Also, update the URL to the requirements file format since it's
moved.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
This commit is contained in:
Rebecca Cran 2024-08-07 06:57:28 -06:00 committed by mergify[bot]
parent f0f14aac3d
commit 909849be87

View File

@ -8,13 +8,13 @@
#
# 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://pip.pypa.io/en/stable/reference/requirements-file-format
# https://www.python.org/dev/peps/pep-0440/#version-specifiers
##
edk2-pytool-library==0.21.8
edk2-pytool-extensions==0.27.6
edk2-basetools==0.1.51
antlr4-python3-runtime==4.7.1
edk2-pytool-library~=0.21.9
edk2-pytool-extensions~=0.27.10
edk2-basetools==0.1.53
antlr4-python3-runtime>=4.7.1
lcov-cobertura==2.0.2
regex==2024.5.15
regex==2024.7.24