From 499c13fc31203006f749d89c810fa42bfd9e9a9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:49:03 +0000 Subject: [PATCH] Bump mako from 1.0.0 to 1.2.2 in /requirements Bumps [mako](https://github.com/sqlalchemy/mako) from 1.0.0 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/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index a630d66db..30bd3c8eb 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,7 +1,7 @@ -r base.txt # Include the base requirements file Jinja2==2.7.3 -Mako==1.0.0 +Mako==1.2.2 MarkupSafe==0.23 PyYAML==3.11 Scrapy==0.24.5