From e375e5fb932075077540a146ff3cf0d1c8ad41b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 10:02:16 +0000 Subject: [PATCH] Bump markupsafe from 2.1.1 to 2.1.2 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.1 to 2.1.2. - [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.1...2.1.2) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f5cadb3..5568a96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ greenlet==1.1.2; python_version >= "3" and python_full_version < "3.0.0" and (pl importlib-metadata==4.11.3; python_version < "3.10" and python_version >= "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7") itsdangerous==2.1.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7" jinja2==3.1.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7" -markupsafe==2.1.1; python_version >= "3.7" +markupsafe==2.1.2; python_version >= "3.7" pymysql==1.0.2; python_version >= "3.6" python-dotenv==0.20.0; python_version >= "3.5" sqlalchemy==1.4.36; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"