From 2ba42a99a6b255a1fbcbeddac628da3d05b1a302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:40:30 +0000 Subject: [PATCH] Bump mako from 1.2.4 to 1.3.5 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.2.4 to 1.3.5. - [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] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 10db7af..c56bb0d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -425,13 +425,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "mako" -version = "1.2.4" +version = "1.3.5" description = "A super-fast templating language that borrows the best ideas from the existing templating languages." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "Mako-1.2.4-py3-none-any.whl", hash = "sha256:c97c79c018b9165ac9922ae4f32da095ffd3c4e6872b45eded42926deea46818"}, - {file = "Mako-1.2.4.tar.gz", hash = "sha256:d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34"}, + {file = "Mako-1.3.5-py3-none-any.whl", hash = "sha256:260f1dbc3a519453a9c856dedfe4beb4e50bd5a26d96386cb6c80856556bb91a"}, + {file = "Mako-1.3.5.tar.gz", hash = "sha256:48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc"}, ] [package.dependencies] @@ -758,4 +758,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "745ca5b1da4835480af546bdd408830da94e6615bbb29f77683d009ee744bddd" +content-hash = "7fa399e355415833d1b7c48d131371478fca5d4c219855d16cf7af62e74a4f11" diff --git a/pyproject.toml b/pyproject.toml index 121cdef..6b2ab6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ Flask-RESTful = "^0.3.9" Flask-SQLAlchemy = "^3.1.1" itsdangerous = "^2.1.2" Jinja2 = "^3.1.4" -Mako = "^1.2.4" +Mako = "^1.3.5" MarkupSafe = "^2.1.5" python-dateutil = "^2.9.0" python-editor = "^1.0.4"