What's Changed
Packaging
-
packaging(pytest): Move configuration to
pyproject.toml
by @tony in #886 -
Add python 3.12 to trove classifiers
-
Packaging (poetry): Fix development dependencies
Per Poetry's docs on managing dependencies and
poetry check
, we had it wrong: Instead of using extras, we should create these:[tool.poetry.group.group-name.dependencies] dev-dependency = "1.0.0"
Which we now do.
Development
-
CI: Update action packages to fix warnings
- dorny/paths-filter: 2.7.0 -> 2.11.1
Full Changelog: v1.31.0...v1.32.0