From 08c58ec8c9b5347b8e5345c914d1a2fd969036b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 06:55:21 +0000 Subject: [PATCH] Bump mako from 1.3.2 to 1.3.3 (#212) Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.2 to 1.3.3.
Release notes

Sourced from mako's releases.

1.3.3

Released: Wed Apr 10 2024

bug

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mako&package-manager=pip&previous-version=1.3.2&new-version=1.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 29a993f4..f64053e4 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.3.2" +mako = "==1.3.3" markupsafe = ">=1.1.1" minizinc = "==0.9.0" mysqlclient = "==2.2.4" diff --git a/Pipfile.lock b/Pipfile.lock index 8e67e9f1..6229db50 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c008d8802c59fbac64ab8a568a7043e747490e46cdbb82096a794a075ddc59b5" + "sha256": "350f745752b69e0fb514c0b0d9997b7b4c0b355a9fc18b412bf4c2029337ab66" }, "pipfile-spec": 6, "requires": { @@ -372,12 +372,12 @@ }, "mako": { "hashes": [ - "sha256:2a0c8ad7f6274271b3bb7467dd37cf9cc6dab4bc19cb69a4ef10669402de698e", - "sha256:32a99d70754dfce237019d17ffe4a282d2d3351b9c476e90d8a60e63f133b80c" + "sha256:5324b88089a8978bf76d1629774fcc2f1c07b82acdf00f4c5dd8ceadfffc4b40", + "sha256:e16c01d9ab9c11f7290eef1cfefc093fb5a45ee4a3da09e2fec2e4d1bae54e73" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==1.3.2" + "version": "==1.3.3" }, "markupsafe": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 36e4afb3..b89f368b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ 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.3.2; python_version >= '3.8' +mako==1.3.3; 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'