When updating `lxml > 5` I've got `AttributeError` exception: ```python 'CSSSelector' object has no attribute 'evaluate' ``` ```python matching = CSSRelSelector.evaluate(document) ``` in this line: https://github.com/dlanger/inlinestyler/blob/master/inlinestyler/converter.py#L30
When updating
lxml > 5I've gotAttributeErrorexception:in this line: https://github.com/dlanger/inlinestyler/blob/master/inlinestyler/converter.py#L30