From af4e2852951037fb16471be7670485bc87ff6c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 01:21:43 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=EF=B8=8F=20MAIN:=20(deps):=20Bump?= =?UTF-8?q?=20mako=20from=201.2.4=20to=201.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mako](https://github.com/sqlalchemy/mako) from 1.2.4 to 1.3.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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fbea1f..fc4f4ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ greenlet==2.0.2; python_version >= "3.7" and python_full_version < "3.0.0" and p h11==0.14.0; python_version >= "3.7" idna==3.4; python_full_version >= "3.6.2" and python_version >= "3.7" loguru==0.6.0; python_version >= "3.5" -mako==1.2.4; python_version >= "3.7" +mako==1.3.2; python_version >= "3.7" markupsafe==2.1.2; python_version >= "3.7" numpy==1.24.3 pandas==1.5.3; python_version >= "3.8"