summaryrefslogtreecommitdiffstats
path: root/pip-requirements.txt
diff options
context:
space:
mode:
authorRebecca Cran <rebecca@bsdio.com>2024-08-07 06:57:28 -0600
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-09-03 02:16:29 +0000
commit909849be87a7f931f9fb627522cc664c06987712 (patch)
treeb1a392d5bd5f674e32fbb58cf2e0b1305efaf90b /pip-requirements.txt
parentf0f14aac3dd129932915feabb120b946ba0428fc (diff)
downloadedk2-909849be87a7f931f9fb627522cc664c06987712.tar.gz
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>
Diffstat (limited to 'pip-requirements.txt')
-rw-r--r--pip-requirements.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/pip-requirements.txt b/pip-requirements.txt
index e07b9cac52..f9fb9e130b 100644
--- a/pip-requirements.txt
+++ b/pip-requirements.txt
@@ -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