From 73eab0835fd25ed70909e410af5f6d75e4013ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:02:52 +0000 Subject: [PATCH] Bump markupsafe from 2.0.1 to 3.0.3 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 to 3.0.3. - [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.3) --- updated-dependencies: - dependency-name: markupsafe dependency-version: 3.0.3 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 7ce7ecef..479284cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ documentation = "https://organize.readthedocs.io" [project.optional-dependencies] docs = [ - "markupsafe==2.0.1", + "markupsafe==3.0.3", "mkdocs-autorefs>=0.5.0,<1.0.0", "mkdocs-include-markdown-plugin>=6.0.4,<7.0.0", "mkdocs>=1.5.3,<2.0.0",