From d10d382653de4ccb2f6647057167f3384f03f69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 17:02:08 +0000 Subject: [PATCH] Bump mako from 1.0.14 to 1.2.3 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.0.14 to 1.2.3. - [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 update-type: version-update:semver-minor ... 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..f0f8939 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.3 MarkupSafe~=1.0 mccabe~=0.6.1 oic~=0.11.0 diff --git a/requirements.txt b/requirements.txt index e6cff61..dba636f 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.3 # via # -r requirements.in # alembic