From 75e59fb769ce173015149bbf502199e3ef24a208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:26:07 +0000 Subject: [PATCH] Bump markupsafe from 2.0.1 to 3.0.1 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 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.0.1...3.0.1) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 40f7391..f912a73 100644 --- a/requirements.in +++ b/requirements.in @@ -14,5 +14,5 @@ pylint~=3.2.7 Pillow==10.3.0 requests~=2.32.3 sentry-sdk[flask]~=2.14.0 -markupsafe==2.0.1 +markupsafe==3.0.1 Werkzeug==1.0.1 diff --git a/requirements.txt b/requirements.txt index 27a3460..a03cc10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -87,7 +87,7 @@ mako==1.2.2 # via # alembic # oic -markupsafe==2.1.2 +markupsafe==3.0.1 # via # -r requirements.in # jinja2