Skip to content

Commit

Permalink
chore(deps-dev): Update mkdocs-material requirement from ~=9.5.2 to ~…
Browse files Browse the repository at this point in the history
…=9.5.3 in /gh-pages (#4385)

Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version.
<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.5.3</h2>
<ul>
<li>Limited version range of MkDocs to &lt; 1.6</li>
<li>Updated Macedonian translations</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6520">#6520</a>: Group plugin crashes when using mike</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6494">#6494</a>: Hide author's email address if disabled in git-authors 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.5.3+insiders-4.48.0 (2023-12-23)</p>
<ul>
<li>Rewrite of tags plugin, now much more powerful</li>
<li>Added support for nested tags (tag hierarchies, e.g. foo/bar)</li>
<li>Added support for shadow tags (by list, prefix or suffix)</li>
<li>Added support for custom tag layouts and templates</li>
<li>Added support for hiding tags in table of contents</li>
<li>Added support for configurable inline tag listings</li>
<li>Added support for automatically linking to closest tag listing</li>
<li>Added support for scoped listings (limit to subsection of site)</li>
<li>Added support for multiple instances of tags plugin</li>
<li>Added support for changing front matter property and template variable</li>
<li>Added support for tag slugification format strings</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6510">#6510</a>: Projects plugin out of memory on Linux (4.47.1 regression)</li>
<li>Fixed projects plugin not notifying plugins about serve mode</li>
<li>Fixed projects plugin skipping projects on prefix match</li>
<li>Deprecated tags_file and tags_extra_files settings</li>
<li>Modernized tags plugin code base</li>
</ul>
<p>mkdocs-material-9.5.3 (2023-12-23)</p>
<ul>
<li>Limited version range of MkDocs to &lt; 1.6</li>
<li>Updated Macedonian translations</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6520">#6520</a>: Group plugin crashes when using mike</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6494">#6494</a>: Hide author's email address if disabled in git-authors plugin</li>
</ul>
<p>mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)</p>
<ul>
<li>Improved editing experience for projects plugin</li>
<li>Improved resilience of optimize and social plugin</li>
<li>Fixed race condition when writing manifest in optimize and social plugin</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6475">#6475</a>: Logo not taking precedence over icon in social card</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6399">#6399</a>: Projects plugin doesn't pick up added/removed projects</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6306">#6306</a>: Projects plugin cache not correctly updated</li>
</ul>
<p>mkdocs-material-9.5.2 (2023-12-11)</p>
<ul>
<li>Fixed types for slugify settings in blog plugin config</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6469">#6469</a>: Horizontal scrollbars on MathJax containers</li>
</ul>
<p>mkdocs-material-9.5.1+insiders-4.47.0 (2023-12-08)</p>
<ul>
<li>Added support for staying on page when switching languages</li>
<li>Added configurable logging capabilities to projects plugin</li>
<li>Removed temporary warning on blog plugin authors file format change</li>
<li>Fixed projects plugin logging messages twice on Linux systems</li>
<li>Fixed projects plugin trying to hoist theme assets of divergent themes</li>
<li>Fixed compatibility of optimize plugin and projects plugin</li>
<li>Fixed compatibility of social plugin and projects plugin</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6448">#6448</a>: Code line selection broken for code blocks with custom ids</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/ae1c63d43db0911f76e9b02466edcfa023edec99"><code>ae1c63d</code></a> Updated Insiders changelog</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/284264a37e0948010f057d95201df6c57b546314"><code>284264a</code></a> Prepare 9.5.3 release</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/6b690e9acdf2b4ae10f2299309de231f6796ba30"><code>6b690e9</code></a> Documentation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6549">#6549</a>)</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/175df613970869744114e0c4299f0e448aba8737"><code>175df61</code></a> Updated distribution files</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/6a2b62b4f966683915aa6679c6380d74eddad7ea"><code>6a2b62b</code></a> Removed unnecessary quotes from type annotation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6540">#6540</a>)</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/9956bf1dc43ca1b868dbb41cc7a946c5fe28aadc"><code>9956bf1</code></a> Replaced mutable argument default by <code>None</code> (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6541">#6541</a>)</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/05596664a536799c6da8aa708ff8fc7ebeca4337"><code>0559666</code></a> Updated dependencies</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/13aa1565fbac220b03c162359acfb249f905aeec"><code>13aa156</code></a> Formatting (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6533">#6533</a>)</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/55fe1ccc539098b71f15795f1d6ab8297cb41142"><code>55fe1cc</code></a> Improved Group plugin initialization for mike (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6534">#6534</a>)</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/6e0b497ee85e380dbdeae658f34f0c0e6ceaf133"><code>6e0b497</code></a> Documentation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6519">#6519</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.5.2...9.5.3">compare view</a></li>
</ul>
</details>
<br />


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>
  • Loading branch information
dependabot[bot] committed Dec 25, 2023
1 parent 5da9d62 commit a149b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-pages/requirements-dev.txt
@@ -1,4 +1,4 @@
mkdocs~=1.5.3
mkdocs-awesome-pages-plugin~=2.9.2
mkdocs-material~=9.5.2
mkdocs-material~=9.5.3
mkdocs-git-revision-date-plugin~=0.3.2

0 comments on commit a149b61

Please sign in to comment.