From 2e8eddaf5c4c9004f2bf2555221f33099fa78c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 19:18:24 +0000 Subject: [PATCH] Bump mako from 1.0.14 to 1.2.2 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.0.14 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] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 5a7b246..138f87d 100644 --- a/requirements.in +++ b/requirements.in @@ -14,7 +14,7 @@ isort~=4.3.4 itsdangerous~=0.24 Jinja2~=2.10 lazy-object-proxy~=1.4.0 -Mako~=1.0.7 +Mako~=1.2.2 MarkupSafe~=1.0 mccabe~=0.6.1 oic~=0.11.0 diff --git a/requirements.txt b/requirements.txt index e6cff61..25ae4ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -87,7 +87,7 @@ lazy-object-proxy==1.4.3 # via # -r requirements.in # astroid -mako==1.0.14 +mako==1.2.2 # via # -r requirements.in # alembic