From 3f4beb078dd57daa9ff7c29111b3d317d631d3bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:32:51 +0000 Subject: [PATCH] Bump markupsafe from 2.1.5 to 3.0.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4bb1668..04bc2ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ loguru==0.7.2 # via migmose (pyproject.toml) lxml==5.3.0 # via python-docx -markupsafe==2.1.5 +markupsafe==3.0.1 # via jinja2 pydantic==2.9.2 # via migmose (pyproject.toml)