From cc5470a54154ad9704ce860e315c6781c7f7eb29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 19:03:10 +0000 Subject: [PATCH] Bump mako from 1.1.6 to 1.2.2 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.6 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] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 58042e4..4137779 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -41,7 +41,7 @@ iniconfig==1.1.1 itsdangerous==2.1.0; python_version >= '3.7' jinja2==3.0.3; python_version >= '3.6' kombu==5.2.3; python_version >= '3.7' -mako==1.1.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +mako==1.2.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' markupsafe==2.1.0; python_version >= '3.7' mastodon.py==1.5.1 packaging==21.3; python_version >= '3.6' diff --git a/requirements.txt b/requirements.txt index 95acbc5..8e9573d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ idna==3.3; python_version >= '3' itsdangerous==2.1.0; python_version >= '3.7' jinja2==3.0.3; python_version >= '3.6' kombu==5.2.3; python_version >= '3.7' -mako==1.1.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +mako==1.2.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' markupsafe==2.1.0; python_version >= '3.7' mastodon.py==1.5.1 packaging==21.3; python_version >= '3.6'