Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump jinja2 from 2.11.3 to 3.1.6#76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/pip/jinja2-3.1.6

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMar 5, 2025

Bumpsjinja2 from 2.11.3 to 3.1.6.

Release notes

Sourced fromjinja2's releases.

3.1.6

This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI:https://pypi.org/project/Jinja2/3.1.6/Changes:https://jinja.palletsprojects.com/en/stable/changes/#version-3-1-6

  • The|attr filter does not bypass the environment's attribute lookup, allowing the sandbox to apply its checks.GHSA-cpwx-vrp4-4pq7

3.1.5

This is the Jinja 3.1.5 security fix release, which fixes security issues and bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI:https://pypi.org/project/Jinja2/3.1.5/Changes:https://jinja.palletsprojects.com/changes/#version-3-1-5Milestone:https://github.com/pallets/jinja/milestone/16?closed=1

  • The sandboxed environment handles indirect calls tostr.format, such as by passing a stored reference to a filter that calls its argument.GHSA-q2x7-8rv6-6q7h
  • Escape template name before formatting it into error messages, to avoid issues with names that contain f-string syntax.#1792,GHSA-gmj6-6f8f-6699
  • Sandbox does not allowclear andpop on known mutable sequence types.#2032
  • Calling syncrender for an async template usesasyncio.run.#1952
  • Avoid unclosedauto_aiter warnings.#1960
  • Return anaclose-ableAsyncGenerator fromTemplate.generate_async.#1960
  • Avoid leavingroot_render_func() unclosed inTemplate.generate_async.#1960
  • Avoid leaving async generators unclosed in blocks, includes and extends.#1960
  • The runtime uses the correctconcat function for the current environment when calling block references.#1701
  • Make|unique async-aware, allowing it to be used after another async-aware filter.#1781
  • |int filter handlesOverflowError from scientific notation.#1921
  • Make compiling deterministic for tuple unpacking in a{% set ... %} call.#2021
  • Fix dunder protocol (copy/pickle/etc) interaction withUndefined objects.#2025
  • Fixcopy/pickle support for the internalmissing object.#2027
  • Environment.overlay(enable_async) is applied correctly.#2061
  • The error message fromFileSystemLoader includes the paths that were searched.#1661
  • PackageLoader shows a clearer error message when the package does not contain the templates directory.#1705
  • Improve annotations for methods returning copies.#1880
  • urlize does not addmailto: to values like@a@b.#1870
  • Tests decorated with@pass_context can be used with the|select filter.#1624
  • Usingset for multiple assignment (a, b = 1, 2) does not fail when the target is a namespace attribute.#1413
  • Usingset in all branches of{% if %}{% elif %}{% else %} blocks does not cause the variable to be considered initially undefined.#1253

3.1.4

This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise change behavior and should not result in breaking changes.

PyPI:https://pypi.org/project/Jinja2/3.1.4/Changes:https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-4

  • Thexmlattr filter does not allow keys with/ solidus,> greater-than sign, or= equals sign, in addition to disallowing spaces. Regardless of any validation done by Jinja, user input should never be used as keys to this filter, or must be separately validated first.GHSA-h75v-3vvj-5mfj

3.1.3

This is a fix release for the 3.1.x feature branch.

  • Fix forGHSA-h5c8-rqwp-cp95. You are affected if you are usingxmlattr and passing user input as attribute keys.

... (truncated)

Changelog

Sourced fromjinja2's changelog.

Version 3.1.6

Released 2025-03-05

  • The|attr filter does not bypass the environment's attribute lookup,allowing the sandbox to apply its checks. :ghsa:cpwx-vrp4-4pq7

Version 3.1.5

Released 2024-12-21

  • The sandboxed environment handles indirect calls tostr.format, such asby passing a stored reference to a filter that calls its argument.:ghsa:q2x7-8rv6-6q7h
  • Escape template name before formatting it into error messages, to avoidissues with names that contain f-string syntax.:issue:1792, :ghsa:gmj6-6f8f-6699
  • Sandbox does not allowclear andpop on known mutable sequencetypes. :issue:2032
  • Calling syncrender for an async template usesasyncio.run.:pr:1952
  • Avoid unclosedauto_aiter warnings. :pr:1960
  • Return anaclose-ableAsyncGenerator fromTemplate.generate_async. :pr:1960
  • Avoid leavingroot_render_func() unclosed inTemplate.generate_async. :pr:1960
  • Avoid leaving async generators unclosed in blocks, includes and extends.:pr:1960
  • The runtime uses the correctconcat function for the current environmentwhen calling block references. :issue:1701
  • Make|unique async-aware, allowing it to be used after anotherasync-aware filter. :issue:1781
  • |int filter handlesOverflowError from scientific notation.:issue:1921
  • Make compiling deterministic for tuple unpacking in a{% set ... %}call. :issue:2021
  • Fix dunder protocol (copy/pickle/etc) interaction withUndefinedobjects. :issue:2025
  • Fixcopy/pickle support for the internalmissing object.:issue:2027
  • Environment.overlay(enable_async) is applied correctly. :pr:2061
  • The error message fromFileSystemLoader includes the paths that weresearched. :issue:1661
  • PackageLoader shows a clearer error message when the package does notcontain the templates directory. :issue:1705
  • Improve annotations for methods returning copies. :pr:1880
  • urlize does not addmailto: to values like@a@b. :pr:1870

... (truncated)

Commits

Dependabot compatibility score

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 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)
    You can disable automated security fix PRs for this repo from theSecurity Alerts page.

Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.6.- [Release notes](https://github.com/pallets/jinja/releases)- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)- [Commits](pallets/jinja@2.11.3...3.1.6)---updated-dependencies:- dependency-name: jinja2  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelMar 5, 2025
@dependabotdependabotbot mentioned this pull requestMar 5, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency file
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp