From 1d52cc7389be6ec7971fbb8a559b7a1cb4e94cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:15:38 +0000 Subject: [PATCH] Bump markupsafe from 2.1.3 to 2.1.4 in /api Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.3 to 2.1.4. - [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...2.1.4) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index a5f6212..6e7dc71 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -13,7 +13,7 @@ idna==3.6 iniconfig==2.0.0 itsdangerous==2.1.2 Jinja2==3.1.3 -MarkupSafe==2.1.3 +MarkupSafe==2.1.4 orjson==3.9.10 packaging==23.2 pluggy==1.3.0