Skip to content

Commit 4965bf9

Browse files
author
semantic-release
committed
chore(release): 6.4.4
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent 10e38e2 commit 4965bf9

File tree

4 files changed

+121
-29
lines changed

4 files changed

+121
-29
lines changed

CHANGELOG.md

Lines changed: 118 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,98 @@
22

33

44

5+
## v6.4.4 (2024-03-18)
6+
7+
### Chore
8+
9+
* chore(deps-dev): update coverage requirement from 7.4.3 to 7.4.4 (#570)
10+
11+
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
12+
- [Release notes](https://github.com/nedbat/coveragepy/releases)
13+
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
14+
- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.3...7.4.4)
15+
16+
---
17+
updated-dependencies:
18+
- dependency-name: coverage
19+
dependency-type: direct:development
20+
...
21+
22+
Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
23+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`3a2e427`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/3a2e427ba9967f11c15cd1a47c59a933b699c87b))
24+
25+
* chore(deps): bump python-semantic-release/python-semantic-release (#564)
26+
27+
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.5.1 to 9.1.1.
28+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
29+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
30+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v8.5.1...v9.1.1)
31+
32+
---
33+
updated-dependencies:
34+
- dependency-name: python-semantic-release/python-semantic-release
35+
dependency-type: direct:production
36+
update-type: version-update:semver-major
37+
...
38+
39+
Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
40+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`d20a590`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/d20a5902582facab0636e9ff8a261edcaf886a3e))
41+
42+
* chore(deps-dev): update tox requirement from 4.13.0 to 4.14.1 (#567)
43+
44+
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
45+
- [Release notes](https://github.com/tox-dev/tox/releases)
46+
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
47+
- [Commits](https://github.com/tox-dev/tox/compare/4.13.0...4.14.1)
48+
49+
---
50+
updated-dependencies:
51+
- dependency-name: tox
52+
dependency-type: direct:development
53+
...
54+
55+
Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
56+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`2dcc60e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/2dcc60e53ec66d642c728596ff25fed4df5659a0))
57+
58+
* chore(deps-dev): update bandit requirement from 1.7.7 to 1.7.8 (#566)
59+
60+
Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version.
61+
- [Release notes](https://github.com/PyCQA/bandit/releases)
62+
- [Commits](https://github.com/PyCQA/bandit/compare/1.7.7...1.7.8)
63+
64+
---
65+
updated-dependencies:
66+
- dependency-name: bandit
67+
dependency-type: direct:development
68+
...
69+
70+
Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
71+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`eb1a252`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/eb1a2525c09e0dd10f11ff83b451a4db4fb00d9b))
72+
73+
* chore(deps-dev): update mypy requirement from 1.8.0 to 1.9.0 (#565)
74+
75+
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
76+
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
77+
- [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.0)
78+
79+
---
80+
updated-dependencies:
81+
- dependency-name: mypy
82+
dependency-type: direct:development
83+
...
84+
85+
Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
86+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`3ce0f3a`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/3ce0f3a373d9f1b07af50d9b707f766ea446e518))
87+
88+
### Fix
89+
90+
* fix: wrong extra name for xml validation (#571)
91+
92+
93+
94+
Signed-off-by: Christoph Reiter &lt;reiter.christoph@gmail.com&gt; ([`10e38e2`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/10e38e25095de4b2dafbfcd1fd81dce7a9c0f124))
95+
96+
597
## v6.4.3 (2024-03-04)
698

799
### Chore
@@ -1501,32 +1593,7 @@ Co-authored-by: Michael Schlenker &lt;michael.schlenker@contact-software.com&gt;
15011593

15021594
## v4.0.0 (2023-03-20)
15031595

1504-
### Chore
1505-
1506-
* chore(deps): bump relekang/python-semantic-release from 7.31.2 to 7.33.1 (#345)
1507-
1508-
Bumps [relekang/python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.31.2 to 7.33.1.
1509-
- [Release notes](https://github.com/relekang/python-semantic-release/releases)
1510-
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
1511-
- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.31.2...v7.33.1)
1512-
1513-
---
1514-
updated-dependencies:
1515-
- dependency-name: relekang/python-semantic-release
1516-
dependency-type: direct:production
1517-
update-type: version-update:semver-minor
1518-
...
1519-
1520-
Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
1521-
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`a011d89`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a011d89ce6cee9e56bcfcc9a9338fa1e559721f7))
1522-
1523-
* chore: package manifest fix link to homepage and documentation (#291)
1524-
1525-
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt;
1526-
1527-
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`f2350b4`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/f2350b4e2b0fb7668ca987e523c53acb6ac6fefb))
1528-
1529-
### Feature
1596+
### Breaking
15301597

15311598
* feat: Release 4.0.0 #341)
15321599

@@ -1648,6 +1715,31 @@ Co-authored-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt;
16481715
Co-authored-by: Hakan Dilek &lt;hakandilek@gmail.com&gt;
16491716
Co-authored-by: Hakan Dilek &lt;hakandilek@users.noreply.github.com&gt; ([`8fb1b14`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/8fb1b14f5e04e85f21e654c44fa6b9b774867757))
16501717

1718+
### Chore
1719+
1720+
* chore(deps): bump relekang/python-semantic-release from 7.31.2 to 7.33.1 (#345)
1721+
1722+
Bumps [relekang/python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.31.2 to 7.33.1.
1723+
- [Release notes](https://github.com/relekang/python-semantic-release/releases)
1724+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
1725+
- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.31.2...v7.33.1)
1726+
1727+
---
1728+
updated-dependencies:
1729+
- dependency-name: relekang/python-semantic-release
1730+
dependency-type: direct:production
1731+
update-type: version-update:semver-minor
1732+
...
1733+
1734+
Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
1735+
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; ([`a011d89`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a011d89ce6cee9e56bcfcc9a9338fa1e559721f7))
1736+
1737+
* chore: package manifest fix link to homepage and documentation (#291)
1738+
1739+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt;
1740+
1741+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`f2350b4`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/f2350b4e2b0fb7668ca987e523c53acb6ac6fefb))
1742+
16511743
### Unknown
16521744

16531745
* 4.0.0

cyclonedx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
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.3" # noqa:Q000
23+
__version__ = "6.4.4" # noqa:Q000

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# The full version, including alpha/beta/rc tags
2222
# !! version is managed by semantic_release
23-
release = '6.4.3'
23+
release = '6.4.4'
2424

2525
# -- General configuration ---------------------------------------------------
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "cyclonedx-python-lib"
77
# !! version is managed by semantic_release
8-
version = "6.4.3"
8+
version = "6.4.4"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <phorton@sonatype.com>",

0 commit comments

Comments
 (0)