From d98497f6befd15aa1b37ab1601834e6d9b9ed09e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:11:11 +0000 Subject: [PATCH] Bump mako from 1.0.13 to 1.2.2 in /backend Bumps [mako](https://github.com/sqlalchemy/mako) from 1.0.13 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 backend/requirements.txt diff --git a/backend/requirements.txt b/backend/requirements.txt old mode 100755 new mode 100644 index 883ab45..054cb05 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -19,7 +19,7 @@ itsdangerous==1.1.0 Jinja2==2.10.1 jsonpickle==1.4.1 lazy-object-proxy==1.4.1 -Mako==1.0.13 +Mako==1.2.2 MarkupSafe==1.1.1 mccabe==0.6.1 pep8==1.7.1