From fe1b2a08f88b767494061b2aa46037e597b95fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 13:56:18 +0000 Subject: [PATCH] Bump markupsafe from 2.0.1 to 2.1.5 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 to 2.1.5. - [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.5) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17f03909..6678273e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dev = [ "blinker", "mongomock-5==5.0.1", # TEMP ] -legacy = ["MarkupSafe==2.0.1"] +legacy = ["MarkupSafe==2.1.5"] legacy-dev = [ "pytest", "pytest-cov",