From b7c4a98294d6efb3a92fe8709ec63b7f55f0a1f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:15:42 +0000 Subject: [PATCH] Bump mako from 1.0.7 to 1.2.2 in /benchmarks/python/performance 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] --- benchmarks/python/performance/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/python/performance/requirements.txt b/benchmarks/python/performance/requirements.txt index f17f7b4..36590e6 100644 --- a/benchmarks/python/performance/requirements.txt +++ b/benchmarks/python/performance/requirements.txt @@ -61,7 +61,7 @@ Chameleon==3.2 # bm_chameleon # https://mail.python.org/pipermail/speed/2018-January/000619.html Django==1.11.9 # bm_django_template Genshi==0.7 # bm_genshi -Mako==1.0.7 # bm_mako +Mako==1.2.2 # bm_mako SQLAlchemy==1.2.0 # bm_sqlalchemy_declarative dulwich==0.18.6 # dulwich_log mercurial==4.4.2; python_version < '3.0' # bm_hg_startup