Added
- Support for Python 3.9 ([32](https://github.com/dlint-py/dlint/issues/32))
Fixed
- False positive for `DUO107` when `xml.etree.ElementTree.{Element,SubElement}` used ([28](https://github.com/dlint-py/dlint/issues/28))
- False positive for `DUO116` when `shell=False` used ([31](https://github.com/dlint-py/dlint/pull/31))
Removed
- Support for Python 3.5