File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222### Changed: dependency updates and dev/test dependency pinning
2323
24- - Bumped pinned runtime dependencies: ` beautifulsoup4 ` ` 4.14.3 ` → ` 4.15.0 ` and
25- ` markdown ` ` 3.10.2 ` → ` 3.10.3 ` .
26- - Pinned the ` test ` and ` dev ` optional dependency groups to exact versions
27- (previously open ranges or unpinned), extending the exact-pinning policy
28- introduced in 2.6.0 to all dependency groups. This includes a major ` twine `
29- bump (` 6.2.0 ` → ` 7.0.0 ` ), which only affects package publishing, not the
30- installed CLI.
31- - Bumped GitHub Actions used in CI workflows (` actions/setup-python ` to
32- ` 7.0.0 ` , plus minor/patch updates). No effect on the installed CLI.
24+ - Bumped pinned runtime dependencies (` beautifulsoup4 ` ` 4.15.0 ` ,
25+ ` markdown ` ` 3.10.3 ` ).
26+ - Pinned the ` test ` and ` dev ` dependency groups to exact versions, extending
27+ the exact-pinning policy introduced in 2.6.0 to all dependency groups.
28+ - Updated GitHub Actions used in CI workflows. No effect on the installed
29+ CLI.
3330
3431## 2.6.1
3532
You can’t perform that action at this time.
0 commit comments