From 5c0698ade7b60cfc70227300cf5bd131debeca00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:57:07 +0000 Subject: [PATCH] Bump mako from 1.1.6 to 1.2.2 in /machine learning/sp500-forecast 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] --- machine learning/sp500-forecast/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine learning/sp500-forecast/requirements.txt b/machine learning/sp500-forecast/requirements.txt index 1cdb46c..2b4057d 100644 --- a/machine learning/sp500-forecast/requirements.txt +++ b/machine learning/sp500-forecast/requirements.txt @@ -35,7 +35,7 @@ jupyter-client==7.1.0; python_full_version >= '3.6.1' jupyter-core==4.9.1; python_version >= '3.6' kiwisolver==1.3.2; python_version >= '3.7' llvmlite==0.37.0; python_version < '3.10' and 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.0.1; python_version >= '3.6' matplotlib-inline==0.1.3; python_version >= '3.5' matplotlib==3.5.1