From 1f9d1ddae23cdec071ba0cc10bd28d18abe1ba21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 17:01:48 +0000 Subject: [PATCH] Bump markupsafe from 2.1.2 to 2.1.3 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.2 to 2.1.3. - [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.2...2.1.3) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 51963ae..78bedea 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -3,6 +3,6 @@ Flask==2.2.3 Flask-BasicAuth==0.2.0 itsdangerous==2.1.2 Jinja2>=3.0 -MarkupSafe==2.1.2 +MarkupSafe==2.1.3 Werkzeug>=2.0 mcstatus==10.0.2 \ No newline at end of file