From b1d499f977ce45a365e9eaabab850d5fc491378a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:59:16 +0000 Subject: [PATCH] Bump markupsafe from 2.1.5 to 3.0.2 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.5 to 3.0.2. - [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.2) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 38bff62a..abecb9db 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -123,7 +123,7 @@ jinja2==3.1.4 # via coreschema kiwisolver==1.4.7 # via matplotlib -markupsafe==2.1.5 +markupsafe==3.0.2 # via jinja2 matplotlib==3.9.2 # via preparenovonix diff --git a/requirements.txt b/requirements.txt index d7412367..b440b8cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -109,7 +109,7 @@ jinja2==3.1.4 # via coreschema kiwisolver==1.4.7 # via matplotlib -markupsafe==2.1.5 +markupsafe==3.0.2 # via jinja2 matplotlib==3.9.2 # via preparenovonix