What's Changed
- Create baseline for bandit to remove false positives by @ChihweiLHBird in https://github.com/sanic-org/sanic/pull/3084
- Use secrets for generating unique ping payloads by @Tronic in https://github.com/sanic-org/sanic/pull/3091
- Add some typing and fix some tests by @ahopkins in https://github.com/sanic-org/sanic/pull/3094
- Fix race condition in worker restart causing spa...