Hironsan / HateSonar

Hate Speech Detection Library for Python.
https://hatesonar.herokuapp.com/
MIT License
189 stars 37 forks source link

Update markupsafe to 2.1.4 #296

Closed pyup-bot closed 7 months ago

pyup-bot commented 8 months ago

This PR updates MarkupSafe from 1.1.1 to 2.1.4.

Changelog ### 2.1.4 ``` This is a fix release for the 2.1.x feature release branch. It fixes bugs but does not otherwise change behavior and should not result in breaking changes. * Improves performance of the `Markup.striptags` method for large input. * Changes: https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-4 * Milestone: https://github.com/pallets/markupsafe/milestone/11?closed=1 * PyPI: https://pypi.org/project/MarkupSafe/2.1.4/ ``` ### 2.1.3 ``` This is a fix release for the 2.1.x feature branch. * Changes: https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-3 * Milestone: https://github.com/pallets/markupsafe/milestone/9?closed=1 ``` ### 2.1.2 ``` This is the first release to provide wheels for Python 3.11. An SLSA provenance file is also generated, and is available to download from the GitHub release page. * Changes: https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-2 * Milestone: https://github.com/pallets/markupsafe/milestone/8?closed=1 ``` ### 2.1.1 ``` * Changes: https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-1 * Milestone: https://github.com/pallets/markupsafe/milestone/7?closed=1 ``` ### 2.1.0 ``` * Changes: https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-0 * Milestone: https://github.com/pallets/markupsafe/milestone/5 ``` ### 2.0.1 ``` * Changes: https://markupsafe.palletsprojects.com/en/2.0.x/changes/#version-2-0-1 ``` ### 2.0.0 ``` New major versions of all the core Pallets libraries, including MarkupSafe 2.0, have been released! :tada: * Read the announcement on our blog: https://palletsprojects.com/blog/flask-2-0-released/ * Read the full list of changes: https://markupsafe.palletsprojects.com/changes/#version-2-0-0 * Retweet the announcement on Twitter: https://twitter.com/PalletsTeam/status/1392266507296514048 * Follow our blog, Twitter, or GitHub to see future announcements. This represents a significant amount of work, and there are quite a few changes. Be sure to carefully read the changelog, and use tools such as pip-compile and Dependabot to pin your dependencies and control your updates. ``` ### 2.0.0rc2 ``` * Changes: https://markupsafe.palletsprojects.com/en/master/changes/#version-2-0-0 ```
Links - PyPI: https://pypi.org/project/markupsafe - Changelog: https://data.safetycli.com/changelogs/markupsafe/ - Homepage: https://palletsprojects.com/p/markupsafe/
pyup-bot commented 7 months ago

Closing this in favor of #301