From 69bf4e19637cb041f35698799ea09db6f37efadc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:44:35 +0000 Subject: [PATCH] Bump mako in /Chapter 8/restful_python_chapter_08_02/api 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] --- Chapter 8/restful_python_chapter_08_02/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 8/restful_python_chapter_08_02/api/requirements.txt b/Chapter 8/restful_python_chapter_08_02/api/requirements.txt index 8ed3d1d..e30635e 100644 --- a/Chapter 8/restful_python_chapter_08_02/api/requirements.txt +++ b/Chapter 8/restful_python_chapter_08_02/api/requirements.txt @@ -12,7 +12,7 @@ Flask-Script==2.0.5 Flask-SQLAlchemy==2.1 itsdangerous==0.24 Jinja2==2.8 -Mako==1.0.4 +Mako==1.2.2 MarkupSafe==0.23 marshmallow==2.10.2 marshmallow-sqlalchemy==0.10.0