d120 / pyofahrt

Verwaltungssoftware für die Erstsemesterfahrt
GNU Affero General Public License v3.0
4 stars 1 forks source link

Update bbcode to 1.0.32 #186

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates bbcode from 1.0.28 to 1.0.32.

Changelog ### 1.0.32 ``` * List items `[*]` only render inside of `[list]` tags, to avoid producing invalid HTML * Switched to use `from __future__ import unicode_literals` so things like `url_template` can handle unicode replacements * Test on Python 3.7 ```
Links - PyPI: https://pypi.org/project/bbcode - Changelog: https://pyup.io/changelogs/bbcode/ - Repo: https://github.com/dcwatson/bbcode - Docs: https://pythonhosted.org/bbcode/