From e02e4122a810fc29e25423fbd966905554cdda5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:47:12 +0000 Subject: [PATCH] Update markupsafe requirement from <=2.1.3 to <=3.0.1 Updates the requirements on [markupsafe](https://github.com/pallets/markupsafe) to permit the latest version. - [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/0.9...3.0.1) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b70c488e..24d8508d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ email_validator gitdb==4.0.10 Werkzeug==1.0.1 WTForms==2.3.3 -MarkupSafe<=2.1.3 +MarkupSafe<=3.0.1 jinja2==3.0.2 itsdangerous==2.0.1 google-api-python-client==2.111.0