-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 1d18d4a
authored
chore(deps): bump minijinja from 0.31.0 to 0.32.1 (#124)
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 0.31.0 to
0.32.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md">minijinja's
changelog</a>.</em></p>
<blockquote>
<h2>0.32.1</h2>
<ul>
<li>Fixed an issue with autoreload not working propertly on windows. (<a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/249">#249</a>)</li>
</ul>
<h2>0.32.0</h2>
<ul>
<li>Added <code>Value::is_number</code>. (<a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/240">#240</a>)</li>
<li><code>TryFrom</code> for <code>Value</code> now converts integers to
<code>f32</code> and <code>f64</code>.</li>
<li>Added the new <code>custom_syntax</code> feature which allows custom
delimiters
to be configured. (<a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/245">#245</a>)</li>
<li>Added <code>Kwargs</code> abstraction to easier handle keyword
arguments.</li>
<li>Fixed an issue that <code>Option<T></code> was incorrectly
picking up <code>none</code>
for undefined values.</li>
<li>The <code>sort</code> filter now accepts <code>reverse</code>,
<code>attribute</code> and <code>case_sensitive</code>
by keyword argument and sorts case insensitive by default.</li>
<li>The <code>dictsort</code> filter now supports reversing, by value
sorting,
and is sorting case insensitive by default.</li>
</ul>
<h2>0.31.1</h2>
<ul>
<li>The <code>in</code> operator now does not fail if the value is
undefined and the
undefined behavior is not strict. (<a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/235">#235</a>)</li>
<li>The Python binding now supports finalizers. (<a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/238">#238</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/68501557c6cfef77fbd46888595f70cf85e96c47"><code>6850155</code></a>
0.32.1</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/8dd228a1ed4a14648edaebad5bf36b3981e0e9ee"><code>8dd228a</code></a>
Added changelog entry</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/67eeaacf13873abd89de7893e26f5fe9207fe45d"><code>67eeaac</code></a>
Fix an issue with autoreloading on file save with Windows. (<a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/249">#249</a>)</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/2a2ced03262ac30eef24bd87973ffcc6bcda6504"><code>2a2ced0</code></a>
Improve filter docs</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/e84043861d99ed14ccea7645529ee71b246194fe"><code>e840438</code></a>
Fixed changelog entry. Fixes <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/246">#246</a></li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/1f2b240cfd6a1a3502e8599b554100edccac7572"><code>1f2b240</code></a>
0.32.0</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/7251380c91e5c828447e20781c4554e503532bf0"><code>7251380</code></a>
Expose custom delimiters to Python</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/dc7d238338ee67b03dbdf361096920b1c9d8ace9"><code>dc7d238</code></a>
Improvements to sort filters</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/da32859e124cc8f1d7a7da6f91308e4c9a6510c2"><code>da32859</code></a>
Improvements to dictsort</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/a1a93dafe3dbf64f8025b22f3a7a9e1037e75104"><code>a1a93da</code></a>
Add changelog entry</li>
<li>Additional commits viewable in <a
href="https://github.com/mitsuhiko/minijinja/compare/0.31.0...0.32.1">compare
view</a></li>
</ul>
</details>
<br />
[](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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 90b065c commit 1d18d4aCopy full SHA for 1d18d4a
1 file changed
+12
-12
lines changed+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments