dependabot[bot] opened a new pull request, #181:
URL: https://github.com/apache/airavata-django-portal/pull/181

   Bumps 
[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 
8.2 to 10.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/facelessuser/pymdown-extensions/releases";>pymdown-extensions's
 releases</a>.</em></p>
   <blockquote>
   <h2>10.0</h2>
   <ul>
   <li><strong>Break</strong>: Snippets: snippets will restrict snippets to 
ensure they are under the <code>base_path</code> preventing snippets
   relative to the <code>base_path</code> but not explicitly under it. 
<code>restrict_base_path</code> can be set to <code>False</code> for legacy
   behavior.</li>
   </ul>
   <h2>9.11</h2>
   <ul>
   <li><strong>NEW</strong>: Emoji: Update to new CDN and use Twemoji 
14.1.2.</li>
   <li><strong>NEW</strong>: Snippets: Ignore nested snippet section syntax 
when including a section.</li>
   </ul>
   <h2>9.10</h2>
   <ul>
   <li><strong>NEW</strong>: Blocks: Add new experimental general purpose 
blocks that provide a framework for creating fenced block
   containers for specialized parsing. A number of extensions utilizing general 
purpose blocks are included and are meant
   to be an alternative to (and maybe one day replace): Admonitions, Details, 
Definition Lists, and Tabbed. Also adds a
   new HTML plugin for quick wrapping of content with arbitrary HTML 
elements.</li>
   <li><strong>NEW</strong>: Highlight: When enabling line spans and/or line 
anchors, if a code block has an ID associated with it, line
   ids will be generated using that code ID instead of the code block 
count.</li>
   <li><strong>NEW</strong>: Snippets: Expand section syntax to allow section 
names with <code>-</code> and <code>_</code>.</li>
   <li><strong>NEW</strong>: Snippets: When <code>check_paths</code> is 
enabled, and a specified section is not found, raise an error.</li>
   <li><strong>NEW</strong>: Snippets: Add new experimental feature 
<code>dedent_sections</code> that will de-indent (remove any common leading
   whitespace from every line in text) from that block of text.</li>
   <li><strong>NEW</strong>: MagicLink: Update GitLab links to match recent 
changes and to be more correct.</li>
   <li><strong>NEW</strong>: MagicLink: Relax required hash length when 
performing link shortening.</li>
   </ul>
   <h2>9.10b5</h2>
   <ul>
   <li><strong>NEW</strong>: Blocks: Add <code>type_multi</code> and 
<code>type_none</code> validators.</li>
   <li><strong>NEW</strong>: Blocks: Rename on_parse to 
<code>on_validate</code> and pass in parent element as context for 
validation.</li>
   <li><strong>NEW</strong>: Blocks: When a block uses <code>raw</code> mode, 
allow content to be indented to avoid conflicts with HTML parser. 
<code>raw</code>
   blocks <em>should</em> be indented and are now documented as such. The 
results will be dedented up to Python Markdown's tab
   length, so intentional indentation is still possible. <code>raw</code> 
blocks with no indentation will still work, but may have
   conflicts with other extensions.</li>
   <li><strong>FIX</strong>: Blocks: Commenting out all YAML options will not 
cause a block to invalidate.</li>
   </ul>
   <h2>9.10b4</h2>
   <ul>
   <li><strong>NEW</strong>: Blocks: Add <code>on_inline_end</code> event.</li>
   </ul>
   <h2>9.10b3</h2>
   <ul>
   <li><strong>NEW</strong>: Blocks: Ensure inline mode is handled 
properly.</li>
   <li><strong>NEW</strong>: Blocks: When using raw mode, ensure HTML stashed 
content is extracted.</li>
   <li><strong>NEW</strong>: HTML: The Blocks HTML extension should use 
<code>inline</code> specifier instead of <code>span</code>.</li>
   </ul>
   <h2>9.10b2</h2>
   <ul>
   <li><strong>NEW</strong>: Blocks: Add new experimental general purpose 
blocks that provide a framework for creating fenced block
   containers for specialized parsing. A number of extensions utilizing general 
purpose blocks are included and are meant</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/facelessuser/pymdown-extensions/commit/5e750734b7242d82258a0d9bf1db2ee966634903";><code>5e75073</code></a>
 Update JS doc deps</li>
   <li><a 
href="https://github.com/facelessuser/pymdown-extensions/commit/b7bb4878d6017c03c8dc97c42d8d3bb6ee81db9d";><code>b7bb487</code></a>
 Merge pull request from GHSA-jh85-wwv9-24hv</li>
   <li><a 
href="https://github.com/facelessuser/pymdown-extensions/commit/a8fb9666566dfb7e86094082860b5616885d35f4";><code>a8fb966</code></a>
 Update JS doc deps</li>
   <li><a 
href="https://github.com/facelessuser/pymdown-extensions/commit/75d17e3e91cb04da0e9459c9a516318db27fee16";><code>75d17e3</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/facelessuser/pymdown-extensions/commit/c3580c5c87ba7a6bc3fcd12a5e3c6bcfd45f809e";><code>c3580c5</code></a>
 Update to use latest Twemoji release (<a 
href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2004";>#2004</a>)</li>
   <li><a 
href="https://github.com/facelessuser/pymdown-extensions/commit/442011d71431f83b8ab2220b3d7c8a896f062096";><code>442011d</code></a>
 Update bad links</li>
   <li><a 
href="https://github.com/facelessuser/pymdown-extensions/commit/5bda09fb958d0a477c8296dc0766787ff7454504";><code>5bda09f</code></a>
 Update JS doc deps</li>
   <li><a 
href="https://github.com/facelessuser/pymdown-extensions/commit/61b45712d8f01c79fc28207292d492b15884d8b5";><code>61b4571</code></a>
 Ignore nested snippet sections (<a 
href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2003";>#2003</a>)</li>
   <li><a 
href="https://github.com/facelessuser/pymdown-extensions/commit/07e4b90f7d90f2b6c61ed464dee64409a538f3f0";><code>07e4b90</code></a>
 Corrected a typo: &quot;be&quot; missing (<a 
href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/1991";>#1991</a>)</li>
   <li><a 
href="https://github.com/facelessuser/pymdown-extensions/commit/59efa285e31e3108af1097cb25a453ff4f3a947a";><code>59efa28</code></a>
 Update JS doc deps</li>
   <li>Additional commits viewable in <a 
href="https://github.com/facelessuser/pymdown-extensions/compare/8.2...10.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pymdown-extensions&package-manager=pip&previous-version=8.2&new-version=10.0)](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/airavata-django-portal/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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to