Skip to content

Bump markupsafe from 1.1.1 to 2.0.0

Norman Ziegner requested to merge dependabot/pip/markupsafe-2.0.0 into master

Bumps markupsafe from 1.1.1 to 2.0.0.

Release notes

Sourced from markupsafe's releases.

2.0.0

New major versions of all the core Pallets libraries, including MarkupSafe 2.0, have been released! 🎉

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

Changelog

Sourced from markupsafe's changelog.

Version 2.0.0

Released 2021-05-11

  • Drop Python 2.7, 3.4, and 3.5 support.
  • Markup.unescape uses :func:html.unescape to support HTML5 character references. 🇵🇷117
  • Add type annotations for static typing tools. 🇵🇷149
Commits
  • e7930ee Merge pull request #211 from pallets/release-2.0.0
  • 1521885 release version 2.0.0
  • 05154a5 update requirements
  • 0228375 Merge pull request #210 from pallets/pre-commit-ci-schedule
  • 5f3ee43 update pre-commit monthly
  • 0bd14f0 Merge pull request #209 from pallets/formatter-super
  • 15ffa63 use slots for format helper classes
  • feb25ff call string.Formatter.__init__
  • 88173cb Merge pull request #208 from pallets/pre-commit-ci-update-config
  • 782e021 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Merge request reports