From 7830451cdeedbd469ba27e25e75326f641d7ad25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:17:35 +0000 Subject: [PATCH] [Security]: Update markupsafe requirement from >=3.0.2 to >=3.0.3 Updates the requirements on [markupsafe](https://github.com/pallets/markupsafe) to permit the latest version. - [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/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 61f6797b..28204a8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ idna>=3.10 iniconfig>=2.0.0 itsdangerous>=2.2.0 Jinja2>=3.1.6 -MarkupSafe>=3.0.2 +MarkupSafe>=3.0.3 numpy>=2.2.4 openpyxl>=3.1.5 outcome>=1.3.0.post0