mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
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:
parent
f0f14aac3d
commit
909849be87
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user