Skip to content

Bump jinja2 from 2.11.2 to 2.11.3 in /e2e/performance#260

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/e2e/performance/jinja2-2.11.3
Closed

Bump jinja2 from 2.11.2 to 2.11.3 in /e2e/performance#260
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/e2e/performance/jinja2-2.11.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2021

Bumps jinja2 from 2.11.2 to 2.11.3.

Release notes

Sourced from jinja2's releases.

2.11.3

This contains a fix for a speed issue with the urlize filter. urlize is likely to be called on untrusted user input. For certain inputs some of the regular expressions used to parse the text could take a very long time due to backtracking. As part of the fix, the email matching became slightly stricter. The various speedups apply to urlize in general, not just the specific input cases.

Changelog

Sourced from jinja2's changelog.

Version 2.11.3

Released 2021-01-31

  • Improve the speed of the urlize filter by reducing regex backtracking. Email matching requires a word character at the start of the domain part, and only word characters in the TLD. :pr:1343
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 22, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/e2e/performance/jinja2-2.11.3 branch from cce4be1 to d4576cc Compare June 21, 2022 14:26
@dependabot dependabot bot force-pushed the dependabot/pip/e2e/performance/jinja2-2.11.3 branch from d4576cc to 519938b Compare August 24, 2022 09:31
@dependabot dependabot bot force-pushed the dependabot/pip/e2e/performance/jinja2-2.11.3 branch from 519938b to afadff2 Compare September 2, 2022 14:26
@dependabot dependabot bot force-pushed the dependabot/pip/e2e/performance/jinja2-2.11.3 branch from afadff2 to c4c9c3f Compare September 30, 2022 15:16
@dependabot dependabot bot force-pushed the dependabot/pip/e2e/performance/jinja2-2.11.3 branch from c4c9c3f to 1de0ae6 Compare November 10, 2022 11:00
@dependabot dependabot bot force-pushed the dependabot/pip/e2e/performance/jinja2-2.11.3 branch from 1de0ae6 to ae55220 Compare December 16, 2022 11:18
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@2.11.2...2.11.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/e2e/performance/jinja2-2.11.3 branch from ae55220 to 12277ac Compare January 9, 2023 11:24
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2025

Superseded by #400.

@dependabot dependabot bot closed this Mar 13, 2025
@dependabot dependabot bot deleted the dependabot/pip/e2e/performance/jinja2-2.11.3 branch March 13, 2025 21:02
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants