File tree Expand file tree Collapse file tree 4 files changed +35
-3
lines changed Expand file tree Collapse file tree 4 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v6.4.3 (2024-03-04)
6+
7+ ### Chore
8+
9+ * chore(deps-dev): update ddt requirement from 1.7.1 to 1.7.2 (#563 )
10+
11+ Updates the requirements on [ ddt] ( https://github.com/datadriventests/ddt ) to permit the latest version.
12+ - [ Release notes] ( https://github.com/datadriventests/ddt/releases )
13+ - [ Commits] ( https://github.com/datadriventests/ddt/compare/1.7.1...1.7.2 )
14+
15+ ---
16+ updated-dependencies:
17+ - dependency-name: ddt
18+ dependency-type: direct: development
19+ ...
20+
21+ Signed-off-by: dependabot[ bot] < ; support@github.com > ;
22+ Co-authored-by: dependabot[ bot] < ; 49699333+dependabot[ bot] @users .noreply.github.com> ; ([ ` 53cb8a9 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/53cb8a9aa2630e992467525ff246a0f6e6759100 ) )
23+
24+ ### Fix
25+
26+ * fix: serialization of ` model.component.Diff ` (#557 )
27+
28+ Fixes #556
29+
30+ ---------
31+
32+ Signed-off-by: rcross-lc < ; 151086351+rcross-lc@users.noreply.github.com > ;
33+ Signed-off-by: Jan Kowalleck < ; jan.kowalleck@gmail.com > ;
34+ Co-authored-by: Jan Kowalleck < ; jan.kowalleck@gmail.com > ; ([ ` 22fa873 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/22fa8734bf1a3a8789ad7578bfa0c86cf0a49d4a ) )
35+
36+
537## v6.4.2 (2024-03-01)
638
739### Build
Original file line number Diff line number Diff line change 2020
2121# !! version is managed by semantic_release
2222# do not use typing here, or else `semantic_release` might have issues finding the variable
23- __version__ = "6.4.2 " # noqa:Q000
23+ __version__ = "6.4.3 " # noqa:Q000
Original file line number Diff line number Diff line change 2020
2121# The full version, including alpha/beta/rc tags
2222# !! version is managed by semantic_release
23- release = '6.4.2 '
23+ release = '6.4.3 '
2424
2525# -- General configuration ---------------------------------------------------
2626
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55[tool .poetry ]
66name = " cyclonedx-python-lib"
77# !! version is managed by semantic_release
8- version = " 6.4.2 "
8+ version = " 6.4.3 "
99description = " Python library for CycloneDX"
1010authors = [
1111 " Paul Horton <phorton@sonatype.com>" ,
You can’t perform that action at this time.
0 commit comments