Bump cyclonedx-python-lib from 11.2.0 to 11.3.0

Bumps [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) from 11.2.0 to 11.3.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/v11.2.0...v11.3.0)

---
updated-dependencies:
- dependency-name: cyclonedx-python-lib
  dependency-version: 11.3.0
  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-10-22 21:08:23 +00:00
committed by GitHub
parent 92ecdffa3d
commit dd6124b83d
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1257,14 +1257,14 @@ test-randomorder = ["pytest-randomly"]
[[package]] [[package]]
name = "cyclonedx-python-lib" name = "cyclonedx-python-lib"
version = "11.2.0" version = "11.3.0"
description = "Python library for CycloneDX" description = "Python library for CycloneDX"
optional = false optional = false
python-versions = "<4.0,>=3.9" python-versions = "<4.0,>=3.9"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "cyclonedx_python_lib-11.2.0-py3-none-any.whl", hash = "sha256:94842258700a54000b23331b0aeabb8578d5fadf0f9abd80af33715bb01b36b1"}, {file = "cyclonedx_python_lib-11.3.0-py3-none-any.whl", hash = "sha256:08094495d0cbbaddbe605f60f6e48ae98d29263386d7926df83ffe9bdea55f78"},
{file = "cyclonedx_python_lib-11.2.0.tar.gz", hash = "sha256:f27a66f6c4cea6862ff828e597e4785082757d18afd8c3f8f5af0939a719a171"}, {file = "cyclonedx_python_lib-11.3.0.tar.gz", hash = "sha256:ee3135a59ead90397339ea585b341a7ea9c53e734ad13f48a9865cfcf0f1139a"},
] ]
[package.dependencies] [package.dependencies]
@@ -5926,4 +5926,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.13.2" python-versions = "^3.13.2"
content-hash = "65d64d2000092c8e5118459b6869f6d4e7d4f7cece6826a0aab0e974aed9f116" content-hash = "8ef99f4ae004b5cef4314563de08639dc8152c3b28fcd2fe623457a563999b82"

View File

@@ -86,7 +86,7 @@ pytest = "^8.4.2"
awscli = "^1.33.32" awscli = "^1.33.32"
bandit = "*" bandit = "*"
black = "^25.9.0" black = "^25.9.0"
cyclonedx-python-lib = "^11.2.0" cyclonedx-python-lib = "^11.3.0"
cloudfoundry-client = "*" cloudfoundry-client = "*"
exceptiongroup = "==1.3.0" exceptiongroup = "==1.3.0"
flake8 = "^7.3.0" flake8 = "^7.3.0"