dependabot[bot] opened a new pull request, #38351: URL: https://github.com/apache/beam/pull/38351
Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/jinja/releases">jinja2's releases</a>.</em></p> <blockquote> <h2>3.0.3</h2> <ul> <li>Changes: <a href="https://jinja.palletsprojects.com/en/3.0.x/changes/#version-3-0-3">https://jinja.palletsprojects.com/en/3.0.x/changes/#version-3-0-3</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets/jinja/blob/main/CHANGES.rst">jinja2's changelog</a>.</em></p> <blockquote> <h2>Version 3.0.3</h2> <p>Released 2021-11-09</p> <ul> <li>Fix traceback rewriting internals for Python 3.10 and 3.11. :issue:<code>1535</code></li> <li>Fix how the native environment treats leading and trailing spaces when parsing values on Python 3.10. :pr:<code>1537</code></li> <li>Improve async performance by avoiding checks for common types. :issue:<code>1514</code></li> <li>Revert change to <code>hash(Node)</code> behavior. Nodes are hashed by id again :issue:<code>1521</code></li> <li><code>PackageLoader</code> works when the package is a single module file. :issue:<code>1512</code></li> </ul> <h2>Version 3.0.2</h2> <p>Released 2021-10-04</p> <ul> <li>Fix a loop scoping bug that caused assignments in nested loops to still be referenced outside of it. :issue:<code>1427</code></li> <li>Make <code>compile_templates</code> deterministic for filter and import names. :issue:<code>1452, 1453</code></li> <li>Revert an unintended change that caused <code>Undefined</code> to act like <code>StrictUndefined</code> for the <code>in</code> operator. :issue:<code>1448</code></li> <li>Imported macros have access to the current template globals in async environments. :issue:<code>1494</code></li> <li><code>PackageLoader</code> will not include a current directory (.) path segment. This allows loading templates from the root of a zip import. :issue:<code>1467</code></li> </ul> <h2>Version 3.0.1</h2> <p>Released 2021-05-18</p> <ul> <li>Update MarkupSafe dependency to >= 2.0. :pr:<code>1418</code></li> <li>Mark top-level names as exported so type checking understands imports in user projects. :issue:<code>1426</code></li> <li>Fix some types that weren't available in Python 3.6.0. :issue:<code>1433</code></li> <li>The deprecation warning for unneeded <code>autoescape</code> and <code>with_</code> extensions shows more relevant context. :issue:<code>1429</code></li> <li>Fixed calling deprecated <code>jinja2.Markup</code> without an argument. Use <code>markupsafe.Markup</code> instead. :issue:<code>1438</code></li> <li>Calling sync <code>render</code> for an async template uses <code>asyncio.new_event_loop</code> This fixes a deprecation that Python 3.10 introduces. :issue:<code>1443</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/jinja/commit/2a48dd898d72f1a119ee923996e70aa43da04ea4"><code>2a48dd8</code></a> Merge pull request <a href="https://redirect.github.com/pallets/jinja/issues/1543">#1543</a> from pallets/release-3.0.3</li> <li><a href="https://github.com/pallets/jinja/commit/ce1a539a69173993566fb09f721e8f4a64e141b3"><code>ce1a539</code></a> release version 3.0.3</li> <li><a href="https://github.com/pallets/jinja/commit/199b6d5ceb6f8369c21d04ce52c995bdb0005c2a"><code>199b6d5</code></a> Merge pull request <a href="https://redirect.github.com/pallets/jinja/issues/1542">#1542</a> from pallets/package-loader-file</li> <li><a href="https://github.com/pallets/jinja/commit/eec0db8642b25691867890f14fc6c9ca04c8a8c9"><code>eec0db8</code></a> PackageLoader works with single module file</li> <li><a href="https://github.com/pallets/jinja/commit/46f3a68183c2eca8865195f3988f9baf4ec551eb"><code>46f3a68</code></a> Merge pull request <a href="https://redirect.github.com/pallets/jinja/issues/1541">#1541</a> from pallets/docs-pow-order</li> <li><a href="https://github.com/pallets/jinja/commit/0d1999067ba6a08389a309ce258eaf17fc3cc749"><code>0d19990</code></a> document chained pow order</li> <li><a href="https://github.com/pallets/jinja/commit/99daa2a8dc4d44c3033d7d9afc1f1ec1380cdc94"><code>99daa2a</code></a> Merge pull request <a href="https://redirect.github.com/pallets/jinja/issues/1540">#1540</a> from pallets/docs-macro-defaults</li> <li><a href="https://github.com/pallets/jinja/commit/a6162daeca116e81ca8a390ed36b3c67aea33671"><code>a6162da</code></a> rewrite docs about extending template objects</li> <li><a href="https://github.com/pallets/jinja/commit/cab554566610fc9a095a51ef69de4dc82eee1acc"><code>cab5545</code></a> Merge pull request <a href="https://redirect.github.com/pallets/jinja/issues/1539">#1539</a> from pallets/docs-macro-defaults</li> <li><a href="https://github.com/pallets/jinja/commit/369ff03e090668b2366a7222a22def078bec7cb8"><code>369ff03</code></a> remove reference to macro.defaults</li> <li>Additional commits viewable in <a href="https://github.com/pallets/jinja/compare/2.7.1...3.0.3">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | jinja2 | [>= 3.1.dev0, < 3.2] | </details> 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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
