From 682d1d195fb4fa127ada5eac19d924d4c806290f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:11:01 +0000 Subject: [PATCH] Bump mako from 1.0.4 to 1.2.2 in /src 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] --- src/requirements-dev.txt | 2 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements-dev.txt b/src/requirements-dev.txt index d2289d35bd03..6536be84ad75 100644 --- a/src/requirements-dev.txt +++ b/src/requirements-dev.txt @@ -33,5 +33,5 @@ sniffer==0.3.5 watchdog==0.8.3 webob==1.4.1 wsgiref==0.1.2 -Mako==1.0.4 +Mako==1.2.2 Sphinx==1.4.6 diff --git a/src/requirements.txt b/src/requirements.txt index a489e9b86a87..2ac21b86576f 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -9,7 +9,7 @@ # - from Flask-SQLAlchemy: distribute # Alembic==0.9.7 -Mako==1.0.4 +Mako==1.2.2 babel==1.3 bleach==3.0.2 html2text==2017.10.4