Bump cyclonedx-python-lib from 10.3.0 to 10.4.1

Bumps [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) from 10.3.0 to 10.4.1.
- [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.3.0...v10.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-09 16:54:47 +00:00
committed by GitHub
parent 63567995c5
commit dab8f4ef49
2 changed files with 8 additions and 7 deletions

13
poetry.lock generated
View File

@@ -1144,14 +1144,14 @@ test-randomorder = ["pytest-randomly"]
[[package]]
name = "cyclonedx-python-lib"
version = "10.3.0"
version = "10.4.1"
description = "Python library for CycloneDX"
optional = false
python-versions = "<4.0,>=3.9"
groups = ["dev"]
files = [
{file = "cyclonedx_python_lib-10.3.0-py3-none-any.whl", hash = "sha256:d9ae3a9bc545a34fb0d89b3740bbc16ab4ea7cad9350303a2b4025d78fab227a"},
{file = "cyclonedx_python_lib-10.3.0.tar.gz", hash = "sha256:d9f207bdddacbf5c22d50a0b4e0c878aee578e5452dae2b46f64729a438e9e05"},
{file = "cyclonedx_python_lib-10.4.1-py3-none-any.whl", hash = "sha256:1073d5855cdab02b7367f037c47cb46f4c82cadbc745e063edbb9160290efda2"},
{file = "cyclonedx_python_lib-10.4.1.tar.gz", hash = "sha256:ee017dee867ffb9b449b955161fd235a7c6245e87a5169998e10a0ce61292efb"},
]
[package.dependencies]
@@ -1159,10 +1159,11 @@ license-expression = ">=30,<31"
packageurl-python = ">=0.11,<2"
py-serializable = ">=2.0.0,<3.0.0"
sortedcontainers = ">=2.4.0,<3.0.0"
typing_extensions = {version = ">=4.6,<5.0", markers = "python_version < \"3.13\""}
[package.extras]
json-validation = ["jsonschema[format] (>=4.18,<5.0)"]
validation = ["jsonschema[format] (>=4.18,<5.0)", "lxml (>=4,<7)"]
json-validation = ["jsonschema[format] (>=4.18,<5.0)", "referencing (>=0.28.4)"]
validation = ["jsonschema[format] (>=4.18,<5.0)", "lxml (>=4,<7)", "referencing (>=0.28.4)"]
xml-validation = ["lxml (>=4,<7)"]
[[package]]
@@ -5511,4 +5512,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "ef279010ae70332a52ab17f808af5f2041c93bca4a327a346acb592316bf0dd7"
content-hash = "4179110897e5728278656e93216646cbd7e9b350378f898221e176562792dfec"

View File

@@ -87,7 +87,7 @@ pytest = "^8.4.0"
awscli = "^1.33.32"
bandit = "*"
black = "^25.1.0"
cyclonedx-python-lib = "^10.3.0"
cyclonedx-python-lib = "^10.4.1"
cloudfoundry-client = "*"
exceptiongroup = "==1.3.0"
flake8 = "^7.3.0"