File tree Expand file tree Collapse file tree 3 files changed +31
-22
lines changed
Expand file tree Collapse file tree 3 files changed +31
-22
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,16 @@ version number is tracked in the file `pyproject.toml`.
1111### Breaking Changes
1212
1313### Added
14+
15+ ### Fixed
16+
17+ ## [ 6.0.0] - 2025-03-11
18+
19+ ### Breaking Changes
1420- Minimum version for Python is now 3.9
1521
1622### Fixed
23+ - Update to latest dependencies
1724
1825## [ 5.0.0] - 2023-06-06
1926
@@ -102,7 +109,8 @@ version number is tracked in the file `pyproject.toml`.
102109
103110### Added
104111
105- [ unreleased ] : https://github.com/Metaswitch/announcer/compare/5.0.0...HEAD
112+ [ unreleased ] : https://github.com/Metaswitch/announcer/compare/6.0.0...HEAD
113+ [ 6.0.0 ] : https://github.com/Metaswitch/announcer/compare/5.0.0...6.0.0
106114[ 5.0.0 ] : https://github.com/Metaswitch/announcer/compare/4.0.1...5.0.0
107115[ 4.0.1 ] : https://github.com/Metaswitch/announcer/compare/4.0.0...4.0.1
108116[ 4.0.0 ] : https://github.com/Metaswitch/announcer/compare/3.0.2...4.0.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "announcer"
33description = " Announce changes in keepachangelog-style CHANGELOG.md files to Slack and Microsoft Teams"
44license = " MIT"
55keywords = [' slack' , ' teams' ]
6- version = " 5 .0.0"
6+ version = " 6 .0.0"
77readme = " README.md"
88authors = [{name = " Max Dymond" , email = " max.dymond@metaswitch.com" }]
99requires-python = ' >=3.9,<4.0.0'
@@ -16,18 +16,19 @@ announce = "announcer.__init__:main"
1616requires-poetry = ' >=2.0'
1717
1818[tool .poetry .group .dev .dependencies ]
19- pylint = " ^3.2 "
20- wheel = " ^0.44.0 "
21- mypy = " ^1.13 "
22- yamllint = " ^1.35 "
23- bandit = " ^1.7 "
24- pytest = " ^ 8.3"
25- flake8 = " ^ 7.1"
26- werkzeug = " ^3.0.6 "
27- pytest-httpserver = " ^ 1.1.0 "
28- tox = " ^4 "
29- pytest-cov = " ^5 .0"
19+ pylint = " 3.3.5 "
20+ wheel = " 0.45.1 "
21+ mypy = " 1.15.0 "
22+ yamllint = " 1.36.0 "
23+ bandit = " 1.8.3 "
24+ pytest = " 8.3.5 "
25+ flake8 = " 7.1.2 "
26+ werkzeug = " 3.1.3 "
27+ pytest-httpserver = " 1.1.2 "
28+ tox = " 4.24.2 "
29+ pytest-cov = " 6 .0"
3030types-requests = " ^2.32.0"
31+ isort = " 6.0.1"
3132
3233[build-system ]
3334requires = [" poetry>=0.12" ]
You can’t perform that action at this time.
0 commit comments