From 045fe78659dec1a6a11e7e7a0153e74091c8cdf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 11:35:29 +0000 Subject: [PATCH] Bump markupsafe from 2.0.1 to 2.1.1 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 to 2.1.1. - [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.0.1...2.1.1) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5a1ade..319e841 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ matador-db>=0.9 gunicorn>=20.0.4 aiofiles>=0.4.0 Jinja2==2.11.3 -markupsafe==2.0.1 +markupsafe==2.1.1 invoke>=1.4 pre-commit~=2.18 flake8