Bump cyclonedx-python-lib from 10.1.0 to 10.2.0

Bumps [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/CycloneDX/cyclonedx-python-lib/releases)
- [Changelog](https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/CycloneDX/cyclonedx-python-lib/compare/v10.1.0...v10.2.0)

---
updated-dependencies:
- dependency-name: cyclonedx-python-lib
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-11 00:21:09 +00:00
committed by GitHub
parent aebf3ec92d
commit 7c41012dce
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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]