From 7f56172d90ce24ceb84e53425a859999454c67be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 07:20:54 +0000 Subject: [PATCH] Bump mako from 1.1.0 to 1.2.2 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.0 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.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index dcb94b4..cbcf24f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Cython -mako==1.1.0 +mako==1.2.2 satella==2.20.0 MarkupSafe==1.1.1 diff --git a/setup.cfg b/setup.cfg index 3c29bc9..680a166 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ classifier = [options] install_requires = Cython - mako == 1.1.0 + mako == 1.2.2 satella == 2.20.0 MarkupSafe == 1.1.1