From dab7a1d2b68f35cf51814c4f219674c2d0e80f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:22:27 +0000 Subject: [PATCH] Bump markupsafe from 2.0.1 to 3.0.0 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 to 3.0.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...3.0.0) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e631a7c3..f98769fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dev = [ "blinker", "mongomock-5==5.0.1", # TEMP ] -legacy = ["MarkupSafe==2.0.1"] +legacy = ["MarkupSafe==3.0.0"] legacy-dev = [ "pytest", "pytest-cov",