From c5b81c85fff6ae5883f81f29529e1019204e37b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:44:22 +0000 Subject: [PATCH] Bump mako from 1.0.4 to 1.2.2 in /bbapi/config Bumps [mako](https://github.com/sqlalchemy/mako) from 1.0.4 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] --- bbapi/config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbapi/config/requirements.txt b/bbapi/config/requirements.txt index c03b73c..924ac01 100644 --- a/bbapi/config/requirements.txt +++ b/bbapi/config/requirements.txt @@ -45,7 +45,7 @@ jsonschema==2.5.1 ldap3==1.2.1 logilab-common==1.0.2 lxml==3.6.0 -Mako==1.0.4 +Mako==1.2.2 Markdown==2.6.6 MarkupSafe==0.23 oauth2==1.9.0.post1