Skip to content

Commit 1d239b5

Browse files
⬆️ Bump mako from 1.3.8 to 1.3.10 (#872)
Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.8 to 1.3.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sqlalchemy/mako/releases">mako's releases</a>.</em></p> <blockquote> <h1>1.3.10</h1> <p>Released: Thu Apr 10 2025</p> <h2>bug</h2> <ul> <li> <p><strong>[bug] [lexer]</strong> Fix undefined variable errors when <code>strict_undefined=True</code> when using a nested list comprehension. Pull request courtesy Sébastien Granjoux.</p> <p>References: <a href="https://redirect.github.com/sqlalchemy/mako/issues/418">#418</a></p> </li> </ul> <h1>1.3.9</h1> <p>Released: Tue Feb 4 2025</p> <h2>bug</h2> <ul> <li> <p><strong>[bug] [tests]</strong> Fixed test suite to not rely upon ancient &quot;future division&quot; statement to test the <code>Template.future_imports</code> feature. The test is replaced with one that tests only the rendering, not the ultimate effect.</p> <p>References: <a href="https://redirect.github.com/sqlalchemy/mako/issues/408">#408</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/sqlalchemy/mako/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mako&package-manager=pip&previous-version=1.3.8&new-version=1.3.10)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Charles Guo <shaldengeki@gmail.com>
1 parent a6e3508 commit 1d239b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gazelle_python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ manifest:
4444
jinja2: jinja2
4545
jmespath: jmespath
4646
lazy_object_proxy: lazy_object_proxy
47-
mako: Mako
47+
mako: mako
4848
markupsafe: MarkupSafe
4949
mccabe: mccabe
5050
mypy: mypy

requirements.lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,9 @@ lazy-object-proxy==1.10.0 \
405405
--hash=sha256:edb45bb8278574710e68a6b021599a10ce730d156e5b254941754a9cc0b17d03 \
406406
--hash=sha256:fec03caabbc6b59ea4a638bee5fce7117be8e99a4103d9d5ad77f15d6f81020c
407407
# via -r requirements.txt
408-
mako==1.3.8 \
409-
--hash=sha256:42f48953c7eb91332040ff567eb7eea69b22e7a4affbc5ba8e845e8f730f6627 \
410-
--hash=sha256:577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8
408+
mako==1.3.10 \
409+
--hash=sha256:99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28 \
410+
--hash=sha256:baef24a52fc4fc514a0887ac600f9f1cff3d82c61d4d700a1fa84d597b88db59
411411
# via alembic
412412
markupsafe==3.0.2 \
413413
--hash=sha256:0bff5e0ae4ef2e1ae4fdf2dfd5b76c75e5c2fa4132d05fc1b0dabcd20c7e28c4 \

0 commit comments

Comments
 (0)