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] <support@github.com>

* Update markupsafe==2.1.2

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>

[skip ci]
This commit is contained in:
dependabot[bot] 2023-03-02 20:54:41 -08:00 committed by GitHub
commit 2fda916331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -11,10 +11,10 @@ if t.TYPE_CHECKING:
pass pass
__version__ = "2.1.1" __version__ = "2.1.2"
_strip_comments_re = re.compile(r"<!--.*?-->") _strip_comments_re = re.compile(r"<!--.*?-->", re.DOTALL)
_strip_tags_re = re.compile(r"<.*?>") _strip_tags_re = re.compile(r"<.*?>", re.DOTALL)
def _simple_escaping_wrapper(name: str) -> t.Callable[..., "Markup"]: def _simple_escaping_wrapper(name: str) -> t.Callable[..., "Markup"]:

View file

@ -24,7 +24,7 @@ importlib-resources==5.12.0
git+https://github.com/Tautulli/ipwhois.git@master#egg=ipwhois git+https://github.com/Tautulli/ipwhois.git@master#egg=ipwhois
IPy==1.01 IPy==1.01
Mako==1.2.4 Mako==1.2.4
MarkupSafe==2.1.1 MarkupSafe==2.1.2
musicbrainzngs==0.7.1 musicbrainzngs==0.7.1
packaging==23.0 packaging==23.0
paho-mqtt==1.6.1 paho-mqtt==1.6.1