From 558380471021d2d74c96d72053cc491d31423125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:35:59 +0000 Subject: [PATCH] Bump cyclonedx-python-lib from 11.0.0 to 11.1.0 Bumps [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) from 11.0.0 to 11.1.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.0.0...v11.1.0) --- updated-dependencies: - dependency-name: cyclonedx-python-lib dependency-version: 11.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 279d01d82..637ec9345 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1146,14 +1146,14 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "cyclonedx-python-lib" -version = "11.0.0" +version = "11.1.0" description = "Python library for CycloneDX" optional = false python-versions = "<4.0,>=3.9" groups = ["dev"] files = [ - {file = "cyclonedx_python_lib-11.0.0-py3-none-any.whl", hash = "sha256:4bcaebf381daf63c8a9badc7a7132704ed461b6822c4cc513beeb28ff95d7858"}, - {file = "cyclonedx_python_lib-11.0.0.tar.gz", hash = "sha256:d51d456c01cfc42378a2282ef35858fc809162ef13d8cce2af6c4d16f788217e"}, + {file = "cyclonedx_python_lib-11.1.0-py3-none-any.whl", hash = "sha256:9693d45d9ceac68aafad1536d79692a5bbc1878121e8b14dd2e087a55e108637"}, + {file = "cyclonedx_python_lib-11.1.0.tar.gz", hash = "sha256:138f2564c5ae830882780e2b39a3f4bfafecc4ae000efa015dcd5b57a5469dcb"}, ] [package.dependencies] @@ -5668,4 +5668,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "71fcfd1b271286b6dae2e806a15507848716caaa536d891f293e01579bddebeb" +content-hash = "a8b737659335f4ced749aa1b35d5e1a7c7790427e72c93aa821e6fbc9c13df0a" diff --git a/pyproject.toml b/pyproject.toml index 5130f9c77..ac1789d6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ pytest = "^8.4.2" awscli = "^1.33.32" bandit = "*" black = "^25.1.0" -cyclonedx-python-lib = "^11.0.0" +cyclonedx-python-lib = "^11.1.0" cloudfoundry-client = "*" exceptiongroup = "==1.3.0" flake8 = "^7.3.0"