v0.24.0 - Maintenance release
Maintenance only, no bug fixes or new features
What's Changed
Breaking changes
Packaging
- 
packaging(pytest): Move configuration to pyproject.toml by @tony in #499 
- 
Poetry: 1.5.1 -> 1.6.1 (#497), 1.6.1 -> 1.7.0 (direct to trunk) See also: https://github.com/python-poetry/poetry/blob/1.7.0/CHANGELOG.md 
- 
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
- codecov/codecov-action: 2 -> 3
 
Full Changelog: v0.23.2...v0.24.0