Skip to content

Commit

Permalink
feat: enable dependency cyclonedx-python-lib@^3 (#418)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Sep 16, 2022
1 parent 348f689 commit 05cd51e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.6"
# ATTENTION: keep `requirements.lowest.txt` file in sync
cyclonedx-python-lib = ">= 2.0.0, < 3.0.0"
cyclonedx-python-lib = ">= 2.0.0, < 4.0.0"
packageurl-python = ">= 0.9"
importlib-metadata = { version = ">= 3.4", python = "< 3.8" }
pip-requirements-parser = "^31.2.0"
Expand Down

0 comments on commit 05cd51e

Please sign in to comment.