mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 00:54:22 +00:00
Merge "fix: add missing click dependency" into integration
This commit is contained in:
commit
d5f19c49ba
2 changed files with 3 additions and 1 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -841,4 +841,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "79681baa18d1971b35833631ce5b0ad457fa285237853c953010a3502bb7b755"
|
||||
content-hash = "07432d506e3dc69114203b554d82c1489372ce0087d4a430d0380e437afa5714"
|
||||
|
|
|
@ -16,3 +16,5 @@ sphinxcontrib-plantuml = "^0.24.1"
|
|||
sphinx-rtd-theme = "^1.1.1"
|
||||
pip-tools = "^6.4.0"
|
||||
|
||||
[tool.poetry.group.ci.dependencies]
|
||||
click = "^8.1.3"
|
||||
|
|
Loading…
Add table
Reference in a new issue