A minor (i.e. backwards-compatible) release, with:
Features
- support for the newly released Python v3.11.
- minor version upgrades for the development dependencies of the project (see:
[tool.poetry.dev-dependencies]
).
Security
- fix CVE-2022-42969, by upgrading
pytest
to7.2.0
.
CI/CD
- CI pipeline now includes builds against Python v3.11.
- CI pipeline has migrated codecov/codecov-action Github Action from
v1
tov3
. - CI and CD pipelines explicitly pin
poetry
version to1.2.2
.
For more technical details, see PR #14.