This update for python-mistune fixes the following issues
formatting.py can lead to DoS (bsc#1271117).HTMLRenderer.safe_url() does not block percent-encoded javascript URIs and allows for XSS
(bsc#1271119).Include.parse() can lead to path traversal
and arbitrary file reads (bsc#1271121).inline_parser can lead to DoS
(bsc#1271125).render_admonition() can lead to atribute injection and XSS (bsc#1271127).block_parser can
lead to DoS (bsc#1271131).toc plugin and TableOfContents directive generate heading IDs with predictable values and
allow for collisions with attacker-controlled id="toc_N" content (bsc#1271082).