From 19c8f26476d74c1aeb071f8aa3e0d53e8a88aa6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 20:04:31 +0000 Subject: [PATCH] Bump cyclonedx-python-lib from 11.4.0 to 11.5.0 (#2081) Bumps [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) from 11.4.0 to 11.5.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.4.0...v11.5.0) --- updated-dependencies: - dependency-name: cyclonedx-python-lib dependency-version: 11.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2642c144a..fa343fb85 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1257,14 +1257,14 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "cyclonedx-python-lib" -version = "11.4.0" +version = "11.5.0" description = "Python library for CycloneDX" optional = false python-versions = "<4.0,>=3.9" groups = ["dev"] files = [ - {file = "cyclonedx_python_lib-11.4.0-py3-none-any.whl", hash = "sha256:98a2b05da0f203379bd169b8d369075db7b3b5d5c812c05c1b5ebe40ad0305bc"}, - {file = "cyclonedx_python_lib-11.4.0.tar.gz", hash = "sha256:1de90231a600340cc6a7bacb35fbe97c75241b39788beaa33a0f49bf4afd4e6c"}, + {file = "cyclonedx_python_lib-11.5.0-py3-none-any.whl", hash = "sha256:5cca5b444421d39a83b45fcab24ed3e90cafaca97b89fc45cb10d2516bd2d79d"}, + {file = "cyclonedx_python_lib-11.5.0.tar.gz", hash = "sha256:175819663ae5a3c9930462ebcbddd6abb3ad5f237e12a503dbd0af320a9c5b96"}, ] [package.dependencies] @@ -5937,4 +5937,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "41ca7c588858e168b44a77afb62012cb71f83bc9eac12693eff3a2fe36048da8" +content-hash = "1bc71c26df0f73ae1a9f318016a149d14bfadbc8a0b05ec0d5cc21d3a5408ccd" diff --git a/pyproject.toml b/pyproject.toml index b5e3887cb..b977ceb1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ pytest = "^8.4.2" awscli = "^1.33.32" bandit = "*" black = "^25.9.0" -cyclonedx-python-lib = "^11.4.0" +cyclonedx-python-lib = "^11.5.0" cloudfoundry-client = "*" exceptiongroup = "==1.3.0" flake8 = "^7.3.0"