From e8004fb9103f1feddda88b4ae73c80c96cdeaff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:16:14 +0000 Subject: [PATCH] Bump markupsafe from 2.1.3 to 3.0.2 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.3 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.3...3.0.2) --- 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 09525da..8d75ab9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ idna==3.7 itsdangerous==2.1.2 Jinja2==3.1.4 Mako==1.3.2 -MarkupSafe==2.1.3 +MarkupSafe==3.0.2 mysql-connector-python==8.2.0 protobuf==4.25.0 pycparser==2.21