From 2fda9163310919153cd7441456ddae1f38a47665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 20:54:41 -0800 Subject: [PATCH] Bump markupsafe from 2.1.1 to 2.1.2 (#1976) * Bump markupsafe from 2.1.1 to 2.1.2 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.1...2.1.2) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update markupsafe==2.1.2 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> [skip ci] --- lib/markupsafe/__init__.py | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/markupsafe/__init__.py b/lib/markupsafe/__init__.py index 0f1c4f46..7166b192 100644 --- a/lib/markupsafe/__init__.py +++ b/lib/markupsafe/__init__.py @@ -11,10 +11,10 @@ if t.TYPE_CHECKING: pass -__version__ = "2.1.1" +__version__ = "2.1.2" -_strip_comments_re = re.compile(r"") -_strip_tags_re = re.compile(r"<.*?>") +_strip_comments_re = re.compile(r"", re.DOTALL) +_strip_tags_re = re.compile(r"<.*?>", re.DOTALL) def _simple_escaping_wrapper(name: str) -> t.Callable[..., "Markup"]: diff --git a/requirements.txt b/requirements.txt index 69e57f37..b88c9efe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ importlib-resources==5.12.0 git+https://github.com/Tautulli/ipwhois.git@master#egg=ipwhois IPy==1.01 Mako==1.2.4 -MarkupSafe==2.1.1 +MarkupSafe==2.1.2 musicbrainzngs==0.7.1 packaging==23.0 paho-mqtt==1.6.1