From 1682aab55b09ca4c17e907e5efe7b79c960a70b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:18:52 +0000 Subject: [PATCH] build(deps): bump mako from 1.1.1 to 1.2.2 in /backend Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.1 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index abe5a2f..9cfe7ad 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ hupper==1.10.1 # via pyramid idna==2.9 # via requests itsdangerous==1.1.0 # via channelstream_landing (setup.py) jinja2==2.11.1 # via pyramid-jinja2 -mako==1.1.1 # via pyramid-mako +mako==1.2.2 # via pyramid-mako markdown==3.2.1 # via channelstream_landing (setup.py) markupsafe==1.1.1 # via jinja2, mako, pyramid-jinja2 pastedeploy==2.1.0 # via plaster-pastedeploy