------------------
added
~~~~~
- add the `bandit` security checker
- add support for Python 3.9
- add type annotations
- improve message when there are no known leaks for a password (eumiro)
- provide user friendly error message when given password is wrong
- provide caching for password lookups (eumiro)
changed
~~~~~~~
- run coverage directly instead of pytest-cov
- use gh actions instead of Travis