Files
build/requirements.txt
dependabot[bot] 521e956df4 build(deps): bump pip from 25.0.1 to 25.1
Bumps [pip](https://github.com/pypa/pip) from 25.0.1 to 25.1.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/pip/compare/25.0.1...25.1)

---
updated-dependencies:
- dependency-name: pip
  dependency-version: '25.1'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-29 00:25:30 +02:00

21 lines
1007 B
Plaintext

# Requirements/dependencies for various Python scripts used in the Armbian Build Framework
#
# IMPORTANT NOTES:
# When adding a new requirements, please leave a comment to explain its purpose.
# Always use a fixed version, this is important for correct hashing.
# Dependabot will keep these versions up to date.
pip == 25.1 # pip is the package installer for Python
setuptools == 80.0.0 # for building Python packages
pyelftools == 0.32 # for building U-Boot
unidiff == 0.7.5 # for parsing unified diff
GitPython == 3.1.44 # for manipulating git repos
unidecode == 1.4.0 # for converting strings to ascii
coloredlogs == 15.0.1 # for colored logging
PyYAML == 6.0.2 # for parsing/writing YAML
oras == 0.2.29 # for OCI stuff in mapper-oci-update
Jinja2 == 3.1.6 # for templating
rich == 14.0.0 # for rich text formatting
dtschema == 2025.2 # for checking dts files and dt bindings
yamllint == 1.37.0 # for checking dts files and dt bindings