Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Framework: Revert ORAS and setuptools upgrades #7213

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# Always use a fixed version, this is important for correct hashing.
# Dependabot will keep these versions up to date.

setuptools == 74.1.2 # for building Python packages
setuptools == 74.1.0 # for building Python packages
pyelftools == 0.31 # for building U-Boot
unidiff == 0.7.5 # for parsing unified diff
GitPython == 3.1.43 # for manipulating git repos
unidecode == 1.3.8 # for converting strings to ascii
coloredlogs == 15.0.1 # for colored logging
PyYAML == 6.0.2 # for parsing/writing YAML
oras == 0.2.2 # for OCI stuff in mapper-oci-update
oras == 0.1.30 # for OCI stuff in mapper-oci-update
Jinja2 == 3.1.4 # for templating
rich == 13.8.0 # for rich text formatting
dtschema == 2024.5 # for checking dts files and dt bindings
Expand Down