- Move out of flake8-based linting bandit; use system wide as:
`bandit -r src tests`
- Move out safety; when updating packages dependencies consider:
poetry run safety check
poetry show --outdated
- Update all packages except matplotlib (I will fix its tests).
- Dropped python-3.7.
- Added python-3.10.
- Changed noxfile to use nox_poetry.