From 6c26f790f2426b2c033b0444dce6b3a5d6346363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 15:25:30 +0000 Subject: [PATCH] build(deps): 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 195f6783..00fb2f9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "fastapi-pagination == 0.15.12", "fastapi-users[beanie, oauth] == 15.0.5", "fastapi-users-db-beanie == 5.0.0", - "MarkupSafe == 2.0.1", + "MarkupSafe == 3.0.3", "pymongo == 4.16.0", "passlib == 1.7.4", "pydantic == 2.13.3",