Skip to content

Commit 3d21d12

Browse files
Bump cyclonedx-python-lib from 11.9.0 to 11.10.0
Bumps [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) from 11.9.0 to 11.10.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.9.0...v11.10.0) --- updated-dependencies: - dependency-name: cyclonedx-python-lib dependency-version: 11.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6006ec commit 3d21d12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.9.0",
49+
"cyclonedx-python-lib==11.10.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.0.3', 'pytest-cov==7.1.0', 'behave==1.3.3', 'cyclonedx-python-lib[json-validation]==11.9.0']
102+
test = ['pytest==9.0.3', 'pytest-cov==7.1.0', 'behave==1.3.3', 'cyclonedx-python-lib[json-validation]==11.10.0']
103103
casts = ['asciinema==2.4.0']
104104
build = [
105105
'nuitka==4.1.2',

0 commit comments

Comments
 (0)