From 4a893b3cca79b1bc85580fc3ba87c86b10bb4cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 00:57:43 +0000 Subject: [PATCH] Bump mako from 1.2.4 to 1.3.2 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] --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- requirements.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 4722f468..fb23309f 100644 --- a/Pipfile +++ b/Pipfile @@ -24,7 +24,7 @@ ics = "==0.7.2" itsdangerous = ">=1.1.0" jinja2 = ">=2.11.3" jmespath = "==0.10.0" -mako = "==1.2.4" +mako = "==1.3.2" markupsafe = ">=1.1.1" minizinc = "==0.9.0" mysqlclient = "==2.2.4" diff --git a/Pipfile.lock b/Pipfile.lock index 69e21911..582c6386 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "246d5bd8520f3e3913e5b4d707bd2000e61e42ccd15f8268d779decd7afc8663" + "sha256": "403a66f65611aa5fdf72f11a637a0f35591277bb3bf72cfead2596f4c457af07" }, "pipfile-spec": 6, "requires": { @@ -382,12 +382,12 @@ }, "mako": { "hashes": [ - "sha256:c97c79c018b9165ac9922ae4f32da095ffd3c4e6872b45eded42926deea46818", - "sha256:d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34" + "sha256:2a0c8ad7f6274271b3bb7467dd37cf9cc6dab4bc19cb69a4ef10669402de698e", + "sha256:32a99d70754dfce237019d17ffe4a282d2d3351b9c476e90d8a60e63f133b80c" ], "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==1.2.4" + "markers": "python_version >= '3.8'", + "version": "==1.3.2" }, "markupsafe": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 46d55188..d9130aa2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,12 +25,12 @@ iniconfig==2.0.0; python_version >= '3.7' itsdangerous==2.1.2; python_version >= '3.7' jinja2==3.1.3; python_version >= '3.7' jmespath==0.10.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' -mako==1.2.4; python_version >= '3.7' +mako==1.3.2; python_version >= '3.8' markupsafe==2.1.5; python_version >= '3.7' minizinc==0.9.0; python_version >= '3.7' and python_version < '4.0' mysqlclient==2.2.4; python_version >= '3.8' numpy==1.24.4; python_version >= '3.8' -packaging==24.0; python_version >= '3.7' +packaging==23.2; python_version >= '3.7' pipenv==2023.12.1; python_version >= '3.8' platformdirs==4.2.0; python_version >= '3.8' pluggy==1.4.0; python_version >= '3.8'