Commit 378bffec authored by Girija Saint-Ange's avatar Girija Saint-Ange
Browse files

Merge branch 'renovate/cyclonedx-python-lib-9.x' into 'main'

fix(deps): update dependency cyclonedx-python-lib to v9

See merge request to-be-continuous/tools/dt-sbom-scanner!52
parents 78dc9726 b6003dc8
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -223,19 +223,19 @@ toml = ["tomli"]

[[package]]
name = "cyclonedx-python-lib"
version = "8.9.0"
version = "9.1.0"
description = "Python library for CycloneDX"
optional = false
python-versions = "<4.0,>=3.8"
files = [
    {file = "cyclonedx_python_lib-8.9.0-py3-none-any.whl", hash = "sha256:017b95b334aa83b2d0db8af9764e13a46f0e903bd30a57d93d08dcd302c84032"},
    {file = "cyclonedx_python_lib-8.9.0.tar.gz", hash = "sha256:112c6e6e5290420e32026c49b8391645bf3e646c7602f7bdb5d02c6febbaa073"},
    {file = "cyclonedx_python_lib-9.1.0-py3-none-any.whl", hash = "sha256:55693fca8edaecc3363b24af14e82cc6e659eb1e8353e58b587c42652ce0fb52"},
    {file = "cyclonedx_python_lib-9.1.0.tar.gz", hash = "sha256:86935f2c88a7b47a529b93c724dbd3e903bc573f6f8bd977628a7ca1b5dadea1"},
]

[package.dependencies]
license-expression = ">=30,<31"
packageurl-python = ">=0.11,<2"
py-serializable = ">=1.1.1,<2.0.0"
py-serializable = ">=2.0.0,<3.0.0"
sortedcontainers = ">=2.4.0,<3.0.0"

[package.extras]
@@ -405,13 +405,13 @@ testing = ["pytest", "pytest-benchmark"]

[[package]]
name = "py-serializable"
version = "1.1.2"
version = "2.0.0"
description = "Library for serializing and deserializing Python Objects to and from JSON and XML."
optional = false
python-versions = "<4.0,>=3.8"
files = [
    {file = "py_serializable-1.1.2-py3-none-any.whl", hash = "sha256:801be61b0a1ba64c3861f7c624f1de5cfbbabf8b458acc9cdda91e8f7e5effa1"},
    {file = "py_serializable-1.1.2.tar.gz", hash = "sha256:89af30bc319047d4aa0d8708af412f6ce73835e18bacf1a080028bb9e2f42bdb"},
    {file = "py_serializable-2.0.0-py3-none-any.whl", hash = "sha256:1721e4c0368adeec965c183168da4b912024702f19e15e13f8577098b9a4f8fe"},
    {file = "py_serializable-2.0.0.tar.gz", hash = "sha256:e9e6491dd7d29c31daf1050232b57f9657f9e8a43b867cca1ff204752cf420a5"},
]

[package.dependencies]
@@ -562,4 +562,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "56a9551f602823ec8205e64b311dd8abe19386c915bc91d299cc3bc168e0f6c5"
content-hash = "dfd155dcad1f06bc1d0a341384f276bd8cc11d9a5cc82d5568c60f440ef50c2d"
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ sbom-scanner = "sbom_scanner.scan:run"
[tool.poetry.dependencies]
python = "^3.11"
requests = "^2.32.2"
cyclonedx-python-lib = "^8.5.0"
cyclonedx-python-lib = "^9.0.0"

[tool.poetry.group.dev.dependencies]
# new development dependencies can be added with 'poetry add -D yyy'