|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | +## v6.4.1 (2024-01-30) |
| 6 | + |
| 7 | +### Chore |
| 8 | + |
| 9 | +* chore(deps-dev): update bandit requirement from 1.7.6 to 1.7.7 (#542) |
| 10 | + |
| 11 | +Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version. |
| 12 | +- [Release notes](https://github.com/PyCQA/bandit/releases) |
| 13 | +- [Commits](https://github.com/PyCQA/bandit/compare/1.7.6...1.7.7) |
| 14 | + |
| 15 | +--- |
| 16 | +updated-dependencies: |
| 17 | +- dependency-name: bandit |
| 18 | + dependency-type: direct:development |
| 19 | +... |
| 20 | + |
| 21 | +Signed-off-by: dependabot [bot ] <[email protected]> |
| 22 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`0d159c2`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0d159c29cab7cd57e2028a302ef24f1947de235d)) |
| 23 | + |
| 24 | +* chore(deps-dev): update coverage requirement from 7.4.0 to 7.4.1 (#541) |
| 25 | + |
| 26 | +Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. |
| 27 | +- [Release notes](https://github.com/nedbat/coveragepy/releases) |
| 28 | +- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) |
| 29 | +- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.0...7.4.1) |
| 30 | + |
| 31 | +--- |
| 32 | +updated-dependencies: |
| 33 | +- dependency-name: coverage |
| 34 | + dependency-type: direct:development |
| 35 | +... |
| 36 | + |
| 37 | +Signed-off-by: dependabot [bot ] <[email protected]> |
| 38 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`fa82a24`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/fa82a2413f1aa350d16ad3ac0c5163da97e29e34)) |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* docs: ship docs with `sdist` build (#544) |
| 43 | + |
| 44 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`52ef01c`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/52ef01c99319d5aed950e7f6ef6fcfe731ac8b2f)) |
| 45 | + |
| 46 | +* docs: refactor example |
| 47 | + |
| 48 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`c1776b7`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c1776b718b81cf72ef0c0251504e0d3631e30b17)) |
| 49 | + |
| 50 | +### Fix |
| 51 | + |
| 52 | +* fix: `model.BomRef` no longer equal to unset peers (#543) |
| 53 | + |
| 54 | + fixes [#539](https://github.com/CycloneDX/cyclonedx-python-lib/issues/539) |
| 55 | + |
| 56 | + |
| 57 | +--------- |
| 58 | + |
| 59 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`1fd7fee`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/1fd7fee9dec888c10087921f2e5a7a60062fb419)) |
| 60 | + |
| 61 | +### Unknown |
| 62 | + |
| 63 | +* tests: fetched schema 1.5 test data from spec (#536) |
| 64 | + |
| 65 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`394cc87`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/394cc87b3247b6f57af4073f5548f1c5eada2b9b)) |
| 66 | + |
| 67 | + |
5 | 68 | ## v6.4.0 (2024-01-22)
|
6 | 69 |
|
7 | 70 | ### Chore
|
|
0 commit comments