diff --git a/poetry.lock b/poetry.lock index 6d2ba023d..48ace53a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1144,14 +1144,14 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "cyclonedx-python-lib" -version = "10.1.0" +version = "10.2.0" description = "Python library for CycloneDX" optional = false python-versions = "<4.0,>=3.9" groups = ["main", "dev"] files = [ - {file = "cyclonedx_python_lib-10.1.0-py3-none-any.whl", hash = "sha256:8f76c7d9fad4494eb7f1511f6758c8d2ed0a10723d0da3cc50089c85cf2f2d62"}, - {file = "cyclonedx_python_lib-10.1.0.tar.gz", hash = "sha256:ab2ce2204b8e3c71e0c7263a6f156feeee68cfe5ea6d7d679bce711d0ec63d3d"}, + {file = "cyclonedx_python_lib-10.2.0-py3-none-any.whl", hash = "sha256:c9fb78b9ffb8ed82b895746009277feb2678bff504ea421d9acc4e9112c30bc3"}, + {file = "cyclonedx_python_lib-10.2.0.tar.gz", hash = "sha256:b67a9ada847f91cf9584f3b82c144458c7887587a6ae94c0a3cac33fd2ec54e5"}, ] [package.dependencies] @@ -5587,4 +5587,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "ba4d48514a152565fd799f84d177cb1f140eefb65cf539fcec96c49c2c6a5ce2" +content-hash = "33ccbfa6d4a92b05d8d2197fbf32d3b6fac7033ae91a25f9576a4f84b9ccbfa5" diff --git a/pyproject.toml b/pyproject.toml index 593049949..6ee511902 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ awscli = "^1.40.26" typing-extensions = "^4.14.0" aiohttp = "^3.12.7" pytest = "^8.4.0" -cyclonedx-python-lib = "^10.0.2" +cyclonedx-python-lib = "^10.2.0" [tool.poetry.group.dev.dependencies]