Skip to content

Commit 9f24220

Browse files
authored
feat: enable dependency py-serializable 0.17 (#529)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 1080b73 commit 9f24220

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ keywords = [
6565
"Funding" = "https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX"
6666

6767
[tool.poetry.dependencies]
68-
# ATTENTION: keep `deps.lowest.r` file in sync
6968
python = "^3.8"
70-
packageurl-python = ">= 0.11"
71-
py-serializable = "^0.16"
69+
packageurl-python = ">=0.11"
70+
py-serializable = ">=0.16,<0.18"
7271
sortedcontainers = "^2.4.0"
7372
license-expression = "^30"
7473
jsonschema = { version = "^4.18", extras=['format'], optional=true }

0 commit comments

Comments
 (0)