dependabot[bot] opened a new pull request, #10:
URL: https://github.com/apache/incubator-flagon-tap/pull/10

   Bumps [pygments](https://github.com/pygments/pygments) from 2.1.3 to 2.7.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pygments/pygments/releases";>pygments's 
releases</a>.</em></p>
   <blockquote>
   <h2>2.7.4</h2>
   <ul>
   <li>
   <p>Updated lexers:</p>
   <ul>
   <li>
   <p>Apache configurations: Improve handling of malformed tags (<a 
href="https://redirect.github.com/pygments/pygments/issues/1656";>#1656</a>)</p>
   </li>
   <li>
   <p>CSS: Add support for variables (<a 
href="https://redirect.github.com/pygments/pygments/issues/1633";>#1633</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1666";>#1666</a>)</p>
   </li>
   <li>
   <p>Crystal (<a 
href="https://redirect.github.com/pygments/pygments/issues/1650";>#1650</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1670";>#1670</a>)</p>
   </li>
   <li>
   <p>Coq (<a 
href="https://redirect.github.com/pygments/pygments/issues/1648";>#1648</a>)</p>
   </li>
   <li>
   <p>Fortran: Add missing keywords (<a 
href="https://redirect.github.com/pygments/pygments/issues/1635";>#1635</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1665";>#1665</a>)</p>
   </li>
   <li>
   <p>Ini (<a 
href="https://redirect.github.com/pygments/pygments/issues/1624";>#1624</a>)</p>
   </li>
   <li>
   <p>JavaScript and variants (<a 
href="https://redirect.github.com/pygments/pygments/issues/1647";>#1647</a> -- 
missing regex flags, <a 
href="https://redirect.github.com/pygments/pygments/issues/1651";>#1651</a>)</p>
   </li>
   <li>
   <p>Markdown (<a 
href="https://redirect.github.com/pygments/pygments/issues/1623";>#1623</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1617";>#1617</a>)</p>
   </li>
   <li>
   <p>Shell</p>
   <ul>
   <li>Lex trailing whitespace as part of the prompt (<a 
href="https://redirect.github.com/pygments/pygments/issues/1645";>#1645</a>)</li>
   <li>Add missing <code>in</code> keyword (<a 
href="https://redirect.github.com/pygments/pygments/issues/1652";>#1652</a>)</li>
   </ul>
   </li>
   <li>
   <p>SQL - Fix keywords (<a 
href="https://redirect.github.com/pygments/pygments/issues/1668";>#1668</a>)</p>
   </li>
   <li>
   <p>Typescript: Fix incorrect punctuation handling (<a 
href="https://redirect.github.com/pygments/pygments/issues/1510";>#1510</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1511";>#1511</a>)</p>
   </li>
   </ul>
   </li>
   <li>
   <p>Fix infinite loop in SML lexer (<a 
href="https://redirect.github.com/pygments/pygments/issues/1625";>#1625</a>)</p>
   </li>
   <li>
   <p>Fix backtracking string regexes in JavaScript/TypeScript, Modula2
   and many other lexers (<a 
href="https://redirect.github.com/pygments/pygments/issues/1637";>#1637</a>)</p>
   </li>
   <li>
   <p>Limit recursion with nesting Ruby heredocs (<a 
href="https://redirect.github.com/pygments/pygments/issues/1638";>#1638</a>)</p>
   </li>
   <li>
   <p>Fix a few inefficient regexes for guessing lexers</p>
   </li>
   <li>
   <p>Fix the raw token lexer handling of Unicode (<a 
href="https://redirect.github.com/pygments/pygments/issues/1616";>#1616</a>)</p>
   </li>
   <li>
   <p>Revert a private API change in the HTML formatter (<a 
href="https://redirect.github.com/pygments/pygments/issues/1655";>#1655</a>) --
   please note that private APIs remain subject to change!</p>
   </li>
   <li>
   <p>Fix several exponential/cubic-complexity regexes found by
   Ben Caller/Doyensec (<a 
href="https://redirect.github.com/pygments/pygments/issues/1675";>#1675</a>)</p>
   </li>
   <li>
   <p>Fix incorrect MATLAB example (<a 
href="https://redirect.github.com/pygments/pygments/issues/1582";>#1582</a>)</p>
   </li>
   </ul>
   <p>Thanks to Google's OSS-Fuzz project for finding many of these bugs.</p>
   <h2>2.7.3</h2>
   <ul>
   <li>
   <p>Updated lexers:</p>
   <ul>
   <li>Ada (<a 
href="https://redirect.github.com/pygments/pygments/issues/1581";>#1581</a>)</li>
   <li>HTML (<a 
href="https://redirect.github.com/pygments/pygments/issues/1615";>#1615</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1614";>#1614</a>)</li>
   <li>Java (<a 
href="https://redirect.github.com/pygments/pygments/issues/1594";>#1594</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1586";>#1586</a>)</li>
   <li>JavaScript (<a 
href="https://redirect.github.com/pygments/pygments/issues/1605";>#1605</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1589";>#1589</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1588";>#1588</a>)</li>
   <li>JSON (<a 
href="https://redirect.github.com/pygments/pygments/issues/1569";>#1569</a> -- 
this is a complete rewrite)</li>
   <li>Lean (<a 
href="https://redirect.github.com/pygments/pygments/issues/1601";>#1601</a>)</li>
   <li>LLVM (<a 
href="https://redirect.github.com/pygments/pygments/issues/1612";>#1612</a>)</li>
   <li>Mason (<a 
href="https://redirect.github.com/pygments/pygments/issues/1592";>#1592</a>)</li>
   <li>MySQL (<a 
href="https://redirect.github.com/pygments/pygments/issues/1555";>#1555</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1551";>#1551</a>)</li>
   <li>Rust (<a 
href="https://redirect.github.com/pygments/pygments/issues/1608";>#1608</a>)</li>
   <li>Turtle (<a 
href="https://redirect.github.com/pygments/pygments/issues/1590";>#1590</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1553";>#1553</a>)</li>
   </ul>
   </li>
   <li>
   <p>Deprecated JsonBareObjectLexer, which is now identical to JsonLexer (<a 
href="https://redirect.github.com/pygments/pygments/issues/1600";>#1600</a>)</p>
   </li>
   <li>
   <p>The <code>ImgFormatter</code> now calculates the exact character width, 
which fixes some issues with overlapping text (<a 
href="https://redirect.github.com/pygments/pygments/issues/1213";>#1213</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1611";>#1611</a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pygments/pygments/blob/master/CHANGES";>pygments's 
changelog</a>.</em></p>
   <blockquote>
   <h2>Version 2.7.4</h2>
   <p>(released January 12, 2021)</p>
   <ul>
   <li>
   <p>Updated lexers:</p>
   <ul>
   <li>
   <p>Apache configurations: Improve handling of malformed tags (<a 
href="https://redirect.github.com/pygments/pygments/issues/1656";>#1656</a>)</p>
   </li>
   <li>
   <p>CSS: Add support for variables (<a 
href="https://redirect.github.com/pygments/pygments/issues/1633";>#1633</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1666";>#1666</a>)</p>
   </li>
   <li>
   <p>Crystal (<a 
href="https://redirect.github.com/pygments/pygments/issues/1650";>#1650</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1670";>#1670</a>)</p>
   </li>
   <li>
   <p>Coq (<a 
href="https://redirect.github.com/pygments/pygments/issues/1648";>#1648</a>)</p>
   </li>
   <li>
   <p>Fortran: Add missing keywords (<a 
href="https://redirect.github.com/pygments/pygments/issues/1635";>#1635</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1665";>#1665</a>)</p>
   </li>
   <li>
   <p>Ini (<a 
href="https://redirect.github.com/pygments/pygments/issues/1624";>#1624</a>)</p>
   </li>
   <li>
   <p>JavaScript and variants (<a 
href="https://redirect.github.com/pygments/pygments/issues/1647";>#1647</a> -- 
missing regex flags, <a 
href="https://redirect.github.com/pygments/pygments/issues/1651";>#1651</a>)</p>
   </li>
   <li>
   <p>Markdown (<a 
href="https://redirect.github.com/pygments/pygments/issues/1623";>#1623</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1617";>#1617</a>)</p>
   </li>
   <li>
   <p>Shell</p>
   <ul>
   <li>Lex trailing whitespace as part of the prompt (<a 
href="https://redirect.github.com/pygments/pygments/issues/1645";>#1645</a>)</li>
   <li>Add missing <code>in</code> keyword (<a 
href="https://redirect.github.com/pygments/pygments/issues/1652";>#1652</a>)</li>
   </ul>
   </li>
   <li>
   <p>SQL - Fix keywords (<a 
href="https://redirect.github.com/pygments/pygments/issues/1668";>#1668</a>)</p>
   </li>
   <li>
   <p>Typescript: Fix incorrect punctuation handling (<a 
href="https://redirect.github.com/pygments/pygments/issues/1510";>#1510</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1511";>#1511</a>)</p>
   </li>
   </ul>
   </li>
   <li>
   <p>Fix infinite loop in SML lexer (<a 
href="https://redirect.github.com/pygments/pygments/issues/1625";>#1625</a>), 
<code>CVE-2021-20270 
&lt;https://nvd.nist.gov/vuln/detail/CVE-2021-20270&gt;</code>_</p>
   </li>
   <li>
   <p>Fix backtracking string regexes in JavaScript/TypeScript, Modula2
   and many other lexers (<a 
href="https://redirect.github.com/pygments/pygments/issues/1637";>#1637</a>) 
<code>CVE-2021-27291 
&lt;https://nvd.nist.gov/vuln/detail/CVE-2021-27291&gt;</code>_</p>
   </li>
   <li>
   <p>Limit recursion with nesting Ruby heredocs (<a 
href="https://redirect.github.com/pygments/pygments/issues/1638";>#1638</a>)</p>
   </li>
   <li>
   <p>Fix a few inefficient regexes for guessing lexers</p>
   </li>
   <li>
   <p>Fix the raw token lexer handling of Unicode (<a 
href="https://redirect.github.com/pygments/pygments/issues/1616";>#1616</a>)</p>
   </li>
   <li>
   <p>Revert a private API change in the HTML formatter (<a 
href="https://redirect.github.com/pygments/pygments/issues/1655";>#1655</a>) --
   please note that private APIs remain subject to change!</p>
   </li>
   <li>
   <p>Fix several exponential/cubic-complexity regexes found by
   Ben Caller/Doyensec (<a 
href="https://redirect.github.com/pygments/pygments/issues/1675";>#1675</a>)</p>
   </li>
   <li>
   <p>Fix incorrect MATLAB example (<a 
href="https://redirect.github.com/pygments/pygments/issues/1582";>#1582</a>)</p>
   </li>
   </ul>
   <p>Thanks to Google's OSS-Fuzz project for finding many of these bugs.</p>
   <h2>Version 2.7.3</h2>
   <p>(released December 6, 2020)</p>
   <ul>
   <li>
   <p>Updated lexers:</p>
   <ul>
   <li>Ada (<a 
href="https://redirect.github.com/pygments/pygments/issues/1581";>#1581</a>)</li>
   <li>HTML (<a 
href="https://redirect.github.com/pygments/pygments/issues/1615";>#1615</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1614";>#1614</a>)</li>
   <li>Java (<a 
href="https://redirect.github.com/pygments/pygments/issues/1594";>#1594</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1586";>#1586</a>)</li>
   <li>JavaScript (<a 
href="https://redirect.github.com/pygments/pygments/issues/1605";>#1605</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1589";>#1589</a>, <a 
href="https://redirect.github.com/pygments/pygments/issues/1588";>#1588</a>)</li>
   <li>JSON (<a 
href="https://redirect.github.com/pygments/pygments/issues/1569";>#1569</a> -- 
this is a complete rewrite)</li>
   <li>Lean (<a 
href="https://redirect.github.com/pygments/pygments/issues/1601";>#1601</a>)</li>
   <li>LLVM (<a 
href="https://redirect.github.com/pygments/pygments/issues/1612";>#1612</a>)</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pygments/pygments/commit/4d555d0fffc914a2a4ac9874416cdaaf8f8c9e74";><code>4d555d0</code></a>
 Bump version to 2.7.4.</li>
   <li><a 
href="https://github.com/pygments/pygments/commit/fc3b05ddf25933e45f670534f79fd1df870e142a";><code>fc3b05d</code></a>
 Update CHANGES.</li>
   <li><a 
href="https://github.com/pygments/pygments/commit/ad21935815ff6402d402b036e204f0333a77031b";><code>ad21935</code></a>
 Revert &quot;Added dracula theme style (<a 
href="https://redirect.github.com/pygments/pygments/issues/1636";>#1636</a>)&quot;</li>
   <li><a 
href="https://github.com/pygments/pygments/commit/e411506a23a39f4487ecc36afb616cc4715eb571";><code>e411506</code></a>
 Prepare for 2.7.4 release.</li>
   <li><a 
href="https://github.com/pygments/pygments/commit/275e34d8f0d265bd474f269471b41c635fe559ff";><code>275e34d</code></a>
 doc: remove Perl 6 ref</li>
   <li><a 
href="https://github.com/pygments/pygments/commit/2e7e8c4a7b318f4032493773732754e418279a14";><code>2e7e8c4</code></a>
 Fix several exponential/cubic complexity regexes found by Ben 
Caller/Doyensec</li>
   <li><a 
href="https://github.com/pygments/pygments/commit/eb39c43b6ef992abadb0d25f0504d0cf2f3ccd86";><code>eb39c43</code></a>
 xquery: fix pop from empty stack</li>
   <li><a 
href="https://github.com/pygments/pygments/commit/2738778c0b9c615bfcae68972fc656d351d676ca";><code>2738778</code></a>
 fix coding style in test_analyzer_lexer</li>
   <li><a 
href="https://github.com/pygments/pygments/commit/02e0f09d796cca5174181e7ae3971cdc010e39b0";><code>02e0f09</code></a>
 Added 'ERROR STOP' to fortran.py keywords. (<a 
href="https://redirect.github.com/pygments/pygments/issues/1665";>#1665</a>)</li>
   <li><a 
href="https://github.com/pygments/pygments/commit/c83fe4888868f79415b50f050c047dc7fe11fd3b";><code>c83fe48</code></a>
 support added for css variables (<a 
href="https://redirect.github.com/pygments/pygments/issues/1633";>#1633</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pygments/pygments/compare/2.1.3...2.7.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygments&package-manager=pip&previous-version=2.1.3&new-version=2.7.4)](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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/incubator-flagon-tap/network/alerts).
   
   </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: dev-unsubscr...@flagon.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to