]> xenbits.xensource.com Git - people/aperard/ovmf.git/commitdiff
pip-requirements.txt: Bump versions of several packages and fix URL
authorRebecca Cran <rebecca@bsdio.com>
Wed, 7 Aug 2024 12:57:28 +0000 (06:57 -0600)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 3 Sep 2024 02:16:29 +0000 (02:16 +0000)
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>
pip-requirements.txt

index e07b9cac52c5ebe9b2953a923eb3730eb2d917aa..f9fb9e130bad97940a20b4ea15548ab5293a1637 100644 (file)
@@ -8,13 +8,13 @@
 #\r
 # https://pypi.org/project/pip/\r
 # https://pip.pypa.io/en/stable/user_guide/#requirements-files\r
-# https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format\r
+# https://pip.pypa.io/en/stable/reference/requirements-file-format\r
 # https://www.python.org/dev/peps/pep-0440/#version-specifiers\r
 ##\r
 \r
-edk2-pytool-library==0.21.8\r
-edk2-pytool-extensions==0.27.6\r
-edk2-basetools==0.1.51\r
-antlr4-python3-runtime==4.7.1\r
+edk2-pytool-library~=0.21.9\r
+edk2-pytool-extensions~=0.27.10\r
+edk2-basetools==0.1.53\r
+antlr4-python3-runtime>=4.7.1\r
 lcov-cobertura==2.0.2\r
-regex==2024.5.15\r
+regex==2024.7.24\r