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_
30
30
31
31
See also: https://github.com/python-poetry/poetry/blob/1.7.0/CHANGELOG.md
32
32
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
+
33
46
### Development
34
47
35
48
- libtmux: 0.23.0 -> 0.24.0 (maintenance release)
@@ -40,6 +53,12 @@ _Maintenance only, no bug fixes or new features_
40
53
41
54
[ `ruff format` ] : https://docs.astral.sh/ruff/formatter/
42
55
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
+
43
62
## tmuxp 1.31.0 (2023-09-23)
44
63
45
64
### Breaking changes
You can’t perform that action at this time.
0 commit comments