From 713f83e45d40374f99938aa6c017e47b7468e19b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:22:09 +0000 Subject: [PATCH] Bump mako from 1.0.7 to 1.2.2 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.0.7 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-ckan.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ckan.txt b/requirements-ckan.txt index 7768ebc..b535c5e 100644 --- a/requirements-ckan.txt +++ b/requirements-ckan.txt @@ -14,7 +14,7 @@ funcsigs==1.0.2 # via beaker html5lib==1.0.1 # via bleach itsdangerous==0.24 # via flask Jinja2==2.8 # via flask, flask-babel -Mako==1.0.7 # via pylons +Mako==1.2.2 # via pylons Markdown==2.6.7 MarkupSafe==1.0 # via jinja2, mako, webhelpers nose==1.3.7 # via pylons