mrphlip / lrrbot

LoadingReadyRun Twitch chatbot
https://lrrbot.com/
Apache License 2.0
30 stars 20 forks source link

Update markupsafe to 2.1.3 #1492

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

This PR updates markupsafe from 2.1.2 to 2.1.3.

Changelog ### 2.1.3 ``` ------------- Unreleased - Implement ``format_map``, ``casefold``, ``removeprefix``, and ``removesuffix`` methods. :issue:`370` - Fix static typing for basic ``str`` methods on ``Markup``. :issue:`358` ```
Links - PyPI: https://pypi.org/project/markupsafe - Changelog: https://pyup.io/changelogs/markupsafe/ - Homepage: https://palletsprojects.com/p/markupsafe/