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"