Skip to content

Bump the minijinja group with 2 updates#75

Merged
aquarhead merged 1 commit intomasterfrom
dependabot/cargo/minijinja-8391859c5b
Dec 1, 2025
Merged

Bump the minijinja group with 2 updates#75
aquarhead merged 1 commit intomasterfrom
dependabot/cargo/minijinja-8391859c5b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the minijinja group with 2 updates: minijinja and minijinja-embed.

Updates minijinja from 2.12.0 to 2.13.0

Release notes

Sourced from minijinja's releases.

2.13.0

Release Notes

  • Added multi-key support to the |sort filter. #827
  • Added format filter and str.format method for pycompat. #835
  • Fix not undefined with strict undefined behavior. #838
  • Added support for free threading Python. #841
  • Added setLoader and setPathJoinCallback to the JavaScript bindings. #842

Install minijinja-cli 2.13.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.13.0/minijinja-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/minijinja/releases/download/2.13.0/minijinja-cli-installer.ps1 | iex"

Download minijinja-cli 2.13.0

File Platform Checksum
minijinja-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
minijinja-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
minijinja-cli-i686-pc-windows-msvc.zip x86 Windows checksum
minijinja-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
minijinja-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
minijinja-cli-i686-unknown-linux-gnu.tar.xz x86 Linux checksum
minijinja-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
minijinja-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
minijinja-cli-i686-unknown-linux-musl.tar.xz x86 MUSL Linux checksum
minijinja-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
Changelog

Sourced from minijinja's changelog.

2.13.0

  • Added multi-key support to the |sort filter. #827
  • Added format filter and str.format method for pycompat. #835
  • Fix not undefined with strict undefined behavior. #838
  • Added support for free threading Python. #841
  • Added setLoader and setPathJoinCallback to the JavaScript bindings. #842
Commits

Updates minijinja-embed from 2.12.0 to 2.13.0

Release notes

Sourced from minijinja-embed's releases.

2.13.0

Release Notes

  • Added multi-key support to the |sort filter. #827
  • Added format filter and str.format method for pycompat. #835
  • Fix not undefined with strict undefined behavior. #838
  • Added support for free threading Python. #841
  • Added setLoader and setPathJoinCallback to the JavaScript bindings. #842

Install minijinja-cli 2.13.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.13.0/minijinja-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/minijinja/releases/download/2.13.0/minijinja-cli-installer.ps1 | iex"

Download minijinja-cli 2.13.0

File Platform Checksum
minijinja-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
minijinja-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
minijinja-cli-i686-pc-windows-msvc.zip x86 Windows checksum
minijinja-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
minijinja-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
minijinja-cli-i686-unknown-linux-gnu.tar.xz x86 Linux checksum
minijinja-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
minijinja-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
minijinja-cli-i686-unknown-linux-musl.tar.xz x86 MUSL Linux checksum
minijinja-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
Changelog

Sourced from minijinja-embed's changelog.

2.13.0

  • Added multi-key support to the |sort filter. #827
  • Added format filter and str.format method for pycompat. #835
  • Fix not undefined with strict undefined behavior. #838
  • Added support for free threading Python. #841
  • Added setLoader and setPathJoinCallback to the JavaScript bindings. #842
Commits

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minijinja group with 2 updates: [minijinja](https://github.com/mitsuhiko/minijinja) and [minijinja-embed](https://github.com/mitsuhiko/minijinja).


Updates `minijinja` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@2.12.0...2.13.0)

Updates `minijinja-embed` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@2.12.0...2.13.0)

---
updated-dependencies:
- dependency-name: minijinja
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minijinja
- dependency-name: minijinja-embed
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minijinja
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 1, 2025
@aquarhead aquarhead merged commit 0a3bcaa into master Dec 1, 2025
1 of 2 checks passed
@aquarhead aquarhead deleted the dependabot/cargo/minijinja-8391859c5b branch December 1, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant