forked from u-boot/u-boot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump python packages to reasonable versions to fix build error with Python 3.12. Link: pytest-dev/pytest#11094 Link: yaml/pyyaml#736 Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
jsonschema==4.17.3 | ||
pyyaml==6.0 | ||
yamllint==1.26.3 | ||
jsonschema==4.22.0 | ||
pyyaml==6.0.1 | ||
yamllint==1.35.1 | ||
setuptools==65.5.1 |