Skip to content

Commit e6bad36

Browse files
authored
Merge pull request #388 from Metaswitch/md3/manualupdates
Update dependencies and get ready to tag.
2 parents a6e045c + f19d1d5 commit e6bad36

File tree

3 files changed

+31
-22
lines changed

3 files changed

+31
-22
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "announcer"
33
description = "Announce changes in keepachangelog-style CHANGELOG.md files to Slack and Microsoft Teams"
44
license = "MIT"
55
keywords = ['slack', 'teams']
6-
version = "5.0.0"
6+
version = "6.0.0"
77
readme = "README.md"
88
authors = [{name = "Max Dymond", email = "max.dymond@metaswitch.com"}]
99
requires-python = '>=3.9,<4.0.0'
@@ -16,18 +16,19 @@ announce = "announcer.__init__:main"
1616
requires-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"
3030
types-requests = "^2.32.0"
31+
isort = "6.0.1"
3132

3233
[build-system]
3334
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)