From d5fb962e3db38d943fa2f9403feb137a110abf8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 19:03:30 +0000 Subject: [PATCH] Bump mako from 1.1.6 to 1.2.2 in /src Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.6 to 1.2.2. - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) --- updated-dependencies: - dependency-name: mako dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 7b5c4cc..d868eaf 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -28,7 +28,7 @@ gunicorn==20.1.0 idna==3.3 itsdangerous==2.0.1 Jinja2==3.0.3 -Mako==1.1.6 +Mako==1.2.2 MarkupSafe==2.0.1 pipenv==2022.1.8 pycparser==2.21