From 1bb5a1ddb446fb19416f0bc0240eb877f83f84e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 07:20:21 +0000 Subject: [PATCH 1/2] Bump markupsafe from 2.0.1 to 2.1.0 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 to 2.1.0. - [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.0.1...2.1.0) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed2e0ff..a30c9f5 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ "jinja2==2.11.3", "dataclasses; python_version<'3.7'", # FIXME fixing markupsafe to solve https://github.com/pallets/markupsafe/issues/284 until jinja is upgraded - "markupsafe==2.0.1", + "markupsafe==2.1.0", ], license="Apache 2.0", long_description_content_type="text/markdown", From c29e52bfa3cee4f73d888c04b1fee962c45b1476 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 25 Feb 2022 07:21:04 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- news/202202250721.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/202202250721.bugfix diff --git a/news/202202250721.bugfix b/news/202202250721.bugfix new file mode 100644 index 0000000..207f2fd --- /dev/null +++ b/news/202202250721.bugfix @@ -0,0 +1 @@ +Dependency upgrade: markupsafe-2.1.0