From 20de92630cc2a3313282d0a8e14aff9e760f24b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:52:15 +0000 Subject: [PATCH] Update markupsafe requirement from <2.2.0 to <3.1.0 Updates the requirements on [markupsafe](https://github.com/pallets/markupsafe) to permit the latest version. - [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/0.9...3.0.2) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c67d7335..0fddf86e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ testing = [ "pytest-mpl >= 0.10", "pytest-timeout >= 1.3.3", "pytest-regressions >= 1.0", - "MarkupSafe < 2.2.0", + "MarkupSafe < 3.1.0", ] docs = [ "Sphinx >= 1.8.2",