Skip to content

Commit 4b998f4

Browse files
Bump cyclonedx-python-lib from 11.10.0 to 11.11.0 (#1287)
Bumps [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) from 11.10.0 to 11.11.0. - [Release notes](https://github.com/CycloneDX/cyclonedx-python-lib/releases) - [Changelog](https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md) - [Commits](CycloneDX/cyclonedx-python-lib@v11.10.0...v11.11.0) --- updated-dependencies: - dependency-name: cyclonedx-python-lib dependency-version: 11.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ccacfdf commit 4b998f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

features/report-sbom.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Feature: Create an CycloneDX sbom
220220
],
221221
"name": "cyclonedx-python-lib",
222222
"type": "library",
223-
"version": "11.10.0"
223+
"version": "11.11.0"
224224
}
225225
]
226226
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"sarif-om==1.0.4",
4747
"semver==3.0.4",
4848
"patch-ng==1.19.1",
49-
"cyclonedx-python-lib==11.10.0",
49+
"cyclonedx-python-lib==11.11.0",
5050
"infer-license==0.1.0; python_version <= '3.10.0'",
5151
"infer-license==0.2.0; python_version > '3.10.0'",
5252
'setuptools; python_version >= "3.12"', # contains 'pkg_resources' for infer-license
@@ -99,7 +99,7 @@ docs = [
9999
'sphinx-autoissues==0.0.1',
100100
'sphinx-copybutton==0.5.2',
101101
]
102-
test = ['pytest==9.1.0', 'pytest-cov==7.1.0', 'behave==1.3.3', 'cyclonedx-python-lib[json-validation]==11.10.0']
102+
test = ['pytest==9.1.0', 'pytest-cov==7.1.0', 'behave==1.3.3', 'cyclonedx-python-lib[json-validation]==11.11.0']
103103
casts = ['asciinema==2.4.0']
104104
build = [
105105
'nuitka==4.1.2',

0 commit comments

Comments
 (0)