[PR #105] [MERGED] Bump mkdocs-material from 9.6.5 to 9.6.7 #105

Closed
opened 2026-02-28 14:55:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/soham2008xyz/Spotify-Downloader/pull/105
Author: @dependabot[bot]
Created: 3/3/2025
Status: Merged
Merged: 3/4/2025
Merged by: @soham2008xyz

Base: remakeHead: dependabot/pip/mkdocs-material-9.6.7


📝 Commits (1)

  • e4e7bb1 Bump mkdocs-material from 9.6.5 to 9.6.7

📊 Changes

1 file changed (+22 additions, -106 deletions)

View changed files

📝 poetry.lock (+22 -106)

📄 Description

Bumps mkdocs-material from 9.6.5 to 9.6.7.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.6.7

  • Fixed #8056: Error in backrefs implementation (9.6.6 regression)
  • Fixed #8054: Unescaped quotes in ARIA labels of table of contents

mkdocs-material-9.6.6

  • Fixed #8040: Privacy plugin not replacing exteral assets (9.6.5 regression)
  • Fixed #8031: Replace unmtaintained regex package in search plugin
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.6.7 (2025-03-03)

  • Fixed #8056: Error in backrefs implementation (9.6.6 regression)
  • Fixed #8054: Unescaped quotes in ARIA labels of table of contents

mkdocs-material-9.6.6 (2025-03-01)

  • Fixed #8040: Privacy plugin not replacing exteral assets (9.6.5 regression)
  • Fixed #8031: Replace unmtaintained regex package in search plugin

mkdocs-material-9.6.5 (2025-02-20)

  • Fixed #8016: Tags listing not showing when when file name has spaces
  • Fixed #8012: Privacy plugin crashes if HTTP download fails

mkdocs-material-9.6.4 (2025-02-12)

  • Fixed #7985: Blog content sometimes not stretching to full width
  • Fixed #7978: Navigation rendering bug in Safari 18.3

mkdocs-material-9.6.3 (2025-02-07)

  • Fixed rendering of arrow heads in Mermaid.js class diagrams
  • Fixed #7960: Tags plugin crashes on numeric metadata titles

mkdocs-material-9.6.2 (2025-02-03)

  • Fixed #7955: Excessively long words don't break on narrow screens
  • Fixed #7947: Scope setting interferes with outdated version banner

mkdocs-material-9.6.1 (2025-01-31)

  • Fixed #7943: Tags plugin crashing due to merge error

mkdocs-material-9.6.0 (2025-01-31)

  • Added meta plugin
  • Rewrite of the tags plugin
  • Added support for allow lists in tags plugin
  • Added support for and custom sorting in tags plugin
  • Added support for related links in blog plugin
  • Added support for custom index pages in blog plugin
  • Added support for navigation subtitles
  • Fixed #7924: Anchors might require two clicks when using instant navigation

mkdocs-material-9.5.50 (2025-01-18)

  • Fixed #7913: Social plugin renders attribute lists in page title

mkdocs-material-9.5.49+insiders-4.53.15 (2025-01-15)

... (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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/soham2008xyz/Spotify-Downloader/pull/105 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/3/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@soham2008xyz](https://github.com/soham2008xyz) **Base:** `remake` ← **Head:** `dependabot/pip/mkdocs-material-9.6.7` --- ### 📝 Commits (1) - [`e4e7bb1`](https://github.com/soham2008xyz/Spotify-Downloader/commit/e4e7bb13e7d8f0e428ee8e03a1fc64c157278067) Bump mkdocs-material from 9.6.5 to 9.6.7 ### 📊 Changes **1 file changed** (+22 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+22 -106) </details> ### 📄 Description Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.6.5 to 9.6.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-9.6.7</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8056">#8056</a>: Error in backrefs implementation (9.6.6 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8054">#8054</a>: Unescaped quotes in ARIA labels of table of contents</li> </ul> <h2>mkdocs-material-9.6.6</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8040">#8040</a>: Privacy plugin not replacing exteral assets (9.6.5 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8031">#8031</a>: Replace unmtaintained <code>regex</code> package in search plugin</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p> <blockquote> <p>mkdocs-material-9.6.7 (2025-03-03)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8056">#8056</a>: Error in backrefs implementation (9.6.6 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8054">#8054</a>: Unescaped quotes in ARIA labels of table of contents</li> </ul> <p>mkdocs-material-9.6.6 (2025-03-01)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8040">#8040</a>: Privacy plugin not replacing exteral assets (9.6.5 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8031">#8031</a>: Replace unmtaintained regex package in search plugin</li> </ul> <p>mkdocs-material-9.6.5 (2025-02-20)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8016">#8016</a>: Tags listing not showing when when file name has spaces</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8012">#8012</a>: Privacy plugin crashes if HTTP download fails</li> </ul> <p>mkdocs-material-9.6.4 (2025-02-12)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7985">#7985</a>: Blog content sometimes not stretching to full width</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7978">#7978</a>: Navigation rendering bug in Safari 18.3</li> </ul> <p>mkdocs-material-9.6.3 (2025-02-07)</p> <ul> <li>Fixed rendering of arrow heads in Mermaid.js class diagrams</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7960">#7960</a>: Tags plugin crashes on numeric metadata titles</li> </ul> <p>mkdocs-material-9.6.2 (2025-02-03)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7955">#7955</a>: Excessively long words don't break on narrow screens</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7947">#7947</a>: Scope setting interferes with outdated version banner</li> </ul> <p>mkdocs-material-9.6.1 (2025-01-31)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7943">#7943</a>: Tags plugin crashing due to merge error</li> </ul> <p>mkdocs-material-9.6.0 (2025-01-31)</p> <ul> <li>Added meta plugin</li> <li>Rewrite of the tags plugin</li> <li>Added support for allow lists in tags plugin</li> <li>Added support for and custom sorting in tags plugin</li> <li>Added support for related links in blog plugin</li> <li>Added support for custom index pages in blog plugin</li> <li>Added support for navigation subtitles</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7924">#7924</a>: Anchors might require two clicks when using instant navigation</li> </ul> <p>mkdocs-material-9.5.50 (2025-01-18)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7913">#7913</a>: Social plugin renders attribute lists in page title</li> </ul> <p>mkdocs-material-9.5.49+insiders-4.53.15 (2025-01-15)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/85ac2144f5e18c1e0a4d699262c29085adad74cf"><code>85ac214</code></a> Prepare 9.6.7 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e0b0113574b323d45dd73523b8ac0c153b2427e0"><code>e0b0113</code></a> Fixed backref import (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8057">#8057</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/6a496186ffff6043c244791cbe094b92b9b02247"><code>6a49618</code></a> Added distribution files</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/27ba95652ab80c2a0210973873b2867674983531"><code>27ba956</code></a> Fixed unescaped of quotes in ARIA labels (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8053">#8053</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/922cb7cea295310c63ae623d350114e0df608734"><code>922cb7c</code></a> Prepare 9.6.6 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/523922b3837ca974346a012191991d89f4030f68"><code>523922b</code></a> Fixed privacy plugin not replacing occurrences</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/3bd81bdc6667b146390043ee9abd39f9449cb903"><code>3bd81bd</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/b6e40de116b106752827a2132fc5c8e88850cf9a"><code>b6e40de</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/3a7cc2a70124c0d30b461bb07136cd9e2028fa3c"><code>3a7cc2a</code></a> Lowered backref version to support Py3.8 (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8037">#8037</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/ab1511074c6eb03063b9258e8e42a117a57f5853"><code>ab15110</code></a> Replaced regex with backrefs package in search plugin (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8034">#8034</a>)</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.6.5...9.6.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-material&package-manager=pip&previous-version=9.6.5&new-version=9.6.7)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:55:54 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Spotify-Downloader-soham2008xyz#105
No description provided.