Skip to content

Commit

Permalink
Update dependencies to allow newer versions of antlr4 and pytool
Browse files Browse the repository at this point in the history
There's no reason that edk2-basetools requires antlr4-python3-runtime
version 4.7.1 or edk2-pytool-library version 0.10.13 specifically, so
relax the requirements to allow newer versions of those packages.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
  • Loading branch information
bcran committed Aug 3, 2024
1 parent 6a806d0 commit a01897b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = {file = "LICENSE"}
requires-python = ">=3.10"
dependencies = [
"edk2-pytool-library>=0.20.0",
"antlr4-python3-runtime==4.7.1"
"antlr4-python3-runtime>=4.7.1"
]

classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pytest-html
pytest-cov
flake8
antlr4-python3-runtime
edk2-pytool-library==0.10.13
edk2-pytool-library~=0.21.9

0 comments on commit a01897b

Please sign in to comment.