Commit 1832f498 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

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

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

See merge request to-be-continuous/tools/dt-sbom-scanner!61
parents 2a07657c 7b66ef29
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -223,13 +223,13 @@ toml = ["tomli"]

[[package]]
name = "cyclonedx-python-lib"
version = "9.1.0"
version = "10.0.0"
description = "Python library for CycloneDX"
optional = false
python-versions = "<4.0,>=3.8"
python-versions = "<4.0,>=3.9"
files = [
    {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"},
    {file = "cyclonedx_python_lib-10.0.0-py3-none-any.whl", hash = "sha256:30eb0d7774b0a0448b3480d11e40591d2798b4b44d15707c15e6ca06bf9f4246"},
    {file = "cyclonedx_python_lib-10.0.0.tar.gz", hash = "sha256:d0b3deb90659faf3acc909e487af216199c1a0ee976e1601ea13649bd6a070db"},
]

[package.dependencies]
@@ -562,4 +562,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "8c28a4a47b5174635b5871a4247f1678a7230bcaf4e6c9f25b5c9787ac916e2d"
content-hash = "d68746d82e1e4cb535016e834e16d020d61cd8e4d54d44225163a4dbfb4760a1"
+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 = "^9.0.0"
cyclonedx-python-lib = "^10.0.0"

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