From 28fc3dd21c02e7e7eb937945ff04e139b1ab8e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 19:18:12 +0000 Subject: [PATCH] Bump mako from 1.2.0 to 1.2.2 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.2.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: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index a655010..0085b1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -65,6 +65,8 @@ future==0.18.2 # via # oic # pyjwkest +greenlet==1.1.3 + # via sqlalchemy gunicorn==20.1.0 # via -r requirements.in htmlmin==0.1.12 @@ -79,7 +81,7 @@ jinja2==2.11.3 # via flask lazy-object-proxy==1.7.1 # via astroid -mako==1.2.0 +mako==1.2.2 # via # alembic # oic @@ -157,10 +159,6 @@ tomli==2.0.1 # via # pep517 # pylint -typing-extensions==4.2.0 - # via - # astroid - # pylint urllib3==1.26.9 # via # requests