Skip to content

Commit

Permalink
feat(sca): update spdx-tools dep to version 0.8.0 and lower bound it (#…
Browse files Browse the repository at this point in the history
…5431)

* update spdx to version 0.8.0 and lower bound it

* add test

* upper bound spdx to 0.9.0
  • Loading branch information
gruebel committed Aug 13, 2023
1 parent 3238ec8 commit fb3b319
Show file tree
Hide file tree
Showing 5 changed files with 311 additions and 178 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ schema = "*"
requests = ">=2.27.0"
yarl = "*"
openai = "*"
spdx-tools = "<0.8.0"
license-expression = "==30.1.0"
spdx-tools = ">=0.8.0,<0.9.0"
license-expression = "*"

[requires]
python_version = "3.7"
Loading

0 comments on commit fb3b319

Please sign in to comment.