From 9b53bb56d6dd0e231ed97a1cff876291a34691eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:55:46 +0000 Subject: [PATCH 1/2] Bump markupsafe from 2.0.1 to 3.0.2 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 to 3.0.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.0.1...3.0.2) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 51bd61e..4d13caa 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==3.0.2", ], license="Apache 2.0", long_description_content_type="text/markdown", From 3eb9baf82ef6bb08321c25f437575c7c903b2bf3 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 9 Jan 2025 19:00:19 +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/20250109190019.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/20250109190019.bugfix diff --git a/news/20250109190019.bugfix b/news/20250109190019.bugfix new file mode 100644 index 0000000..e541bbd --- /dev/null +++ b/news/20250109190019.bugfix @@ -0,0 +1 @@ +Dependency upgrade: markupsafe-3.0.2