From 9a13b6413a057af09647414953057b507e7e03d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:01:32 +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 5005f95..d064384 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ gunicorn==23.0.0 idna==3.10 itsdangerous==2.2.0 Jinja2==3.1.4 -MarkupSafe==2.1.5 +MarkupSafe==3.0.1 PyJWT==2.9.0 pytz==2024.2 requests==2.32.3