Skip to content

Commit ef76c49

Browse files
committed
Merge remote-tracking branch 'origin/main' into 6.0.0-dev
2 parents d1dc14b + 5d6dd41 commit ef76c49

File tree

3 files changed

+90
-3
lines changed

3 files changed

+90
-3
lines changed

CHANGELOG.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,93 @@
22

33

44

5+
## v5.2.0 (2023-12-02)
6+
7+
### Chore
8+
9+
* chore(deps-dev): update mypy requirement from 1.7.0 to 1.7.1 (#487)
10+
11+
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
12+
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
13+
- [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.1)
14+
15+
---
16+
updated-dependencies:
17+
- dependency-name: mypy
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> ([`78957e6`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/78957e6592be2106de7933f5b54a0916194980e3))
23+
24+
* chore(deps-dev): update mypy requirement from 1.6.1 to 1.7.0 (#484)
25+
26+
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
27+
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
28+
- [Commits](https://github.com/python/mypy/compare/v1.6.1...v1.7.0)
29+
30+
---
31+
updated-dependencies:
32+
- dependency-name: mypy
33+
dependency-type: direct:development
34+
...
35+
36+
Signed-off-by: dependabot[bot] <[email protected]>
37+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c716ba3`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c716ba3751017e2f88367b660dbc11866c2feb1d))
38+
39+
* chore(deps-dev): update ddt requirement from 1.6.0 to 1.7.0 (#483)
40+
41+
Updates the requirements on [ddt](https://github.com/datadriventests/ddt) to permit the latest version.
42+
- [Release notes](https://github.com/datadriventests/ddt/releases)
43+
- [Commits](https://github.com/datadriventests/ddt/compare/1.6.0...1.7.0)
44+
45+
---
46+
updated-dependencies:
47+
- dependency-name: ddt
48+
dependency-type: direct:development
49+
...
50+
51+
Signed-off-by: dependabot[bot] <[email protected]>
52+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8a1f7b9`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/8a1f7b9678e888654a373965b7902428525f7d60))
53+
54+
* chore: mograte dev-dependencies to new poetry layout (#482)
55+
56+
see https://python-poetry.org/docs/managing-dependencies/#dependency-groups
57+
58+
Signed-off-by: Jan Kowalleck <[email protected]> ([`a85585c`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a85585cf5e445ba5e67a027b4d1161911df6467d))
59+
60+
* chore(deps-dev): update flake8-isort requirement from 6.1.0 to 6.1.1 (#481)
61+
62+
Updates the requirements on [flake8-isort](https://github.com/gforcada/flake8-isort) to permit the latest version.
63+
- [Changelog](https://github.com/gforcada/flake8-isort/blob/main/CHANGES.rst)
64+
- [Commits](https://github.com/gforcada/flake8-isort/compare/6.1.0...6.1.1)
65+
66+
---
67+
updated-dependencies:
68+
- dependency-name: flake8-isort
69+
dependency-type: direct:development
70+
...
71+
72+
Signed-off-by: dependabot[bot] <[email protected]>
73+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`fc74ddd`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/fc74dddc8add79be31d3747ddce9241bce2e4fed))
74+
75+
### Documentation
76+
77+
* docs: keywaords & funding (#486)
78+
79+
Signed-off-by: Jan Kowalleck <[email protected]> ([`3189e59`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/3189e59ff8e3d3d10f7b949b5a08397ff3d3642b))
80+
81+
### Feature
82+
83+
* feat: `model.XsUri` migrate control characters according to spec (#498)
84+
85+
fixes https://github.com/CycloneDX/cyclonedx-python-lib/issues/497
86+
87+
---------
88+
89+
Signed-off-by: Jan Kowalleck <[email protected]> ([`e490429`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/e49042976f8577af4061c34394db270612488cdf))
90+
91+
592
## v5.1.1 (2023-11-02)
693

794
### Fix

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
m2r2>=0.3.2
22
sphinx>=7.2.6,<8
33
sphinx-autoapi>=3.0.0,<4
4-
sphinx-rtd-theme>=1.3.0,<2
4+
sphinx-rtd-theme>=2.0.0,<3

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ ddt = "1.7.0"
8585
coverage = "7.3.2"
8686
flake8 = { version="6.1.0", python=">=3.8.1" }
8787
flake8-annotations = { version="3.0.1", python=">=3.8.1" }
88-
flake8-bugbear = { version="23.9.16", python=">=3.8.1" }
88+
flake8-bugbear = { version="23.11.28", python=">=3.8.1" }
8989
flake8-isort = "6.1.1"
9090
flake8-quotes = "3.3.2"
9191
flake8-use-fstring = "1.4"
9292
pep8-naming = "0.13.3"
9393
isort = "5.12.0"
9494
autopep8 = "2.0.4"
9595
mypy = "1.7.1"
96-
tox = "4.11.3"
96+
tox = "4.11.4"
9797
xmldiff = "2.6.3"
9898
bandit = "1.7.5"
9999

0 commit comments

Comments
 (0)