File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,19 @@ _Maintenance only, no bug fixes or new features_
3030
3131 See also: https://github.com/python-poetry/poetry/blob/1.7.0/CHANGELOG.md
3232
33+ - Packaging (poetry): Fix development dependencies
34+
35+ Per [ Poetry's docs on managing dependencies] and ` poetry check ` , we had it wrong: Instead of using extras, we should create these:
36+
37+ ``` toml
38+ [tool.poetry.group.[group-name].dependencies]
39+ dev-dependency = " 1.0.0"
40+ ```
41+
42+ Which we now do.
43+
44+ [ Poetry's docs on managing dependencies ] : https://python-poetry.org/docs/master/managing-dependencies/
45+
3346### Development
3447
3548- libtmux: 0.23.0 -> 0.24.0 (maintenance release)
@@ -40,6 +53,12 @@ _Maintenance only, no bug fixes or new features_
4053
4154 [ `ruff format` ] : https://docs.astral.sh/ruff/formatter/
4255
56+ - CI: Update action packages to fix warnings
57+
58+ - [ dorny/paths-filter] : 2.7.0 -> 2.11.1
59+
60+ [ dorny/paths-filter ] : https://github.com/dorny/paths-filter
61+
4362## tmuxp 1.31.0 (2023-09-23)
4463
4564### Breaking changes
You can’t perform that action at this time.
0 commit comments