From e46d72d7edbbaa664d9709e2b52d498cda958aae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 15:56:57 +0000 Subject: [PATCH] Bump markupsafe from 1.1.1 to 2.1.3 in /server Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.1.1 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/1.1.1...2.1.3) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 0b5ea57..2739d9e 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -7,7 +7,7 @@ Flask==1.1.2 hazelcast-python-client==4.1 itsdangerous==1.1.0 Jinja2==2.11.3 -MarkupSafe==1.1.1 +MarkupSafe==2.1.3 python-dateutil==2.8.1 six==1.16.0 text-unidecode==1.3