From 9e32cff26b2e54043e34f03a15ca87c41f435d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:10:19 +0000 Subject: [PATCH] Bump markupsafe from 2.1.5 to 3.0.1 in /api Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.5 to 3.0.1. - [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.1.5...3.0.1) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 41f302d..642be47 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -13,7 +13,7 @@ idna==3.10 iniconfig==2.0.0 itsdangerous==2.2.0 Jinja2==3.1.4 -MarkupSafe==2.1.5 +MarkupSafe==3.0.1 orjson==3.10.7 packaging==24.1 pluggy==1.5.0