Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update markupsafe to 2.1.3 #307

Merged
merged 1 commit into from
Jun 4, 2023
Merged

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Jun 4, 2023

This PR updates MarkupSafe from 1.1.1 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`

2.1.2

-------------

Released 2023-01-17

-   Fix ``striptags`` not stripping tags containing newlines.
 :issue:`310`

2.1.1

-------------

Released 2022-03-14

-   Avoid ambiguous regex matches in ``striptags``. :pr:`293`

2.1.0

-------------

Released 2022-02-17

-   Drop support for Python 3.6. :pr:`262`
-   Remove ``soft_unicode``, which was previously deprecated. Use
 ``soft_str`` instead. :pr:`261`
-   Raise error on missing single placeholder during string
 interpolation. :issue:`225`
-   Disable speedups module for GraalPython. :issue:`277`

2.0.1

-------------

Released 2021-05-18

-   Mark top-level names as exported so type checking understands
 imports in user projects. :pr:`215`
-   Fix some types that weren't available in Python 3.6.0. :pr:`215`

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. :pr:`117`
-   Add type annotations for static typing tools. :pr:`149`
Links

@sonarcloud
Copy link

sonarcloud bot commented Jun 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@burhan burhan merged commit c54dc22 into master Jun 4, 2023
@burhan burhan deleted the pyup-update-markupsafe-1.1.1-to-2.1.3 branch June 4, 2023 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants