Skip to content

Commit fb30a52

Browse files
authored
Bump the patch group with 4 updates (#251)
Bumps the patch group with 4 updates: [mike](https://github.com/jimporter/mike), [mkdocs-gen-files](https://github.com/oprypin/mkdocs-gen-files), [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mike` from 2.1.3 to 2.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jimporter/mike/releases">mike's releases</a>.</em></p> <blockquote> <h2>v2.1.4</h2> <h3>Bug fixes</h3> <ul> <li>Use built-in <code>importlib</code> in Python 3.10 and greater</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jimporter/mike/blob/master/CHANGES.md">mike's changelog</a>.</em></p> <blockquote> <h2>v2.1.4 (2026-03-07)</h2> <h3>Bug fixes</h3> <ul> <li>Use built-in <code>importlib</code> in Python 3.10 and greater</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jimporter/mike/commit/fd2c5dc94acb3fce6b6acad643bae821ce59f323"><code>fd2c5dc</code></a> Update version to 2.1.4</li> <li><a href="https://github.com/jimporter/mike/commit/6bad2056410c2d4e3fc58f96112d1b620db3b25b"><code>6bad205</code></a> Update copyright year</li> <li><a href="https://github.com/jimporter/mike/commit/9e5f8769f29b0b2fd638770590beba2876e0c42d"><code>9e5f876</code></a> Remove deprecated license classifier</li> <li><a href="https://github.com/jimporter/mike/commit/80c47ab27eda456bbee0c883723a57b7a183e478"><code>80c47ab</code></a> Be more consistent with newlines in CHANGES.md</li> <li><a href="https://github.com/jimporter/mike/commit/11d4160eea7d356042524628533fbc9bb534d1d3"><code>11d4160</code></a> Use built-in <code>importlib</code> in Python 3.10 and greater</li> <li><a href="https://github.com/jimporter/mike/commit/bdda184d22b9207288ca32a3650d19e033658ff7"><code>bdda184</code></a> Improve selection of unit test suites on command line</li> <li><a href="https://github.com/jimporter/mike/commit/d8a9b491355a648cb9417e7256dde42743042882"><code>d8a9b49</code></a> Add CI for Python 3.14 and remove old workarounds</li> <li><a href="https://github.com/jimporter/mike/commit/97deaed465a424646d163147941b358f9201e9d0"><code>97deaed</code></a> Update copyright</li> <li><a href="https://github.com/jimporter/mike/commit/64298e2a867d6db3a49a0d0c6126cea4e3946f7d"><code>64298e2</code></a> Update Python version for linting</li> <li><a href="https://github.com/jimporter/mike/commit/e6f523a879c4ee80dad2ae38ead6f1ac3b967055"><code>e6f523a</code></a> Test Python 3.12 and 3.13</li> <li>Additional commits viewable in <a href="https://github.com/jimporter/mike/compare/v2.1.3...v2.1.4">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-gen-files` from 0.6.0 to 0.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oprypin/mkdocs-gen-files/releases">mkdocs-gen-files's releases</a>.</em></p> <blockquote> <h2>v0.6.1</h2> <ul> <li> <p><strong>Warn when this plugin is being used from the mkdocs executable</strong> (<a href="https://redirect.github.com/oprypin/mkdocs-gen-files/pull/42">oprypin/mkdocs-gen-files#42</a>)</p> <p>Apologies for the inconvenience. We are starting a community continuation of MkDocs under a new name <strong>ProperDocs</strong>, and plugins are our main hope regarding how we can spread the word. See <a href="https://github.com/ProperDocs/properdocs/discussions/33">https://github.com/ProperDocs/properdocs/discussions/33</a></p> </li> </ul> <p>Full Changelog: <a href="https://github.com/oprypin/mkdocs-gen-files/compare/v0.6.0...v0.6.1">https://github.com/oprypin/mkdocs-gen-files/compare/v0.6.0...v0.6.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oprypin/mkdocs-gen-files/commit/05c38bb46caa8d6550da54e291bddc59c4610d07"><code>05c38bb</code></a> v0.6.1</li> <li><a href="https://github.com/oprypin/mkdocs-gen-files/commit/d2850806e39047a7ad4ca7c415adb56d3a26b2cc"><code>d285080</code></a> Warn when this plugin is being used from the mkdocs executable (<a href="https://redirect.github.com/oprypin/mkdocs-gen-files/issues/42">#42</a>)</li> <li><a href="https://github.com/oprypin/mkdocs-gen-files/commit/dcc896d45a2c31ddbf8c78317020647631ba38cd"><code>dcc896d</code></a> Drop testing under Python 3.9 to fix CI</li> <li>See full diff in <a href="https://github.com/oprypin/mkdocs-gen-files/compare/v0.6.0...v0.6.1">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-literate-nav` from 0.6.2 to 0.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oprypin/mkdocs-literate-nav/releases">mkdocs-literate-nav's releases</a>.</em></p> <blockquote> <h2>v0.6.3</h2> <ul> <li> <p><strong>Warn when this plugin is being used from the mkdocs executable</strong> (<a href="https://redirect.github.com/oprypin/mkdocs-literate-nav/pull/39">oprypin/mkdocs-literate-nav#39</a>)</p> <p>Apologies for the inconvenience. We are starting a community continuation of MkDocs under a new name <strong>ProperDocs</strong>, and plugins are our main hope regarding how we can spread the word. See <a href="https://github.com/ProperDocs/properdocs/discussions/33">https://github.com/ProperDocs/properdocs/discussions/33</a></p> </li> </ul> <p>Full Changelog: <a href="https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.2...v0.6.3">https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.2...v0.6.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/b91268c263f61e38a7e27f77ccf38ec287e0c0b5"><code>b91268c</code></a> v0.6.3</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/cee9ec49a1523036081378a39bda9fa014432526"><code>cee9ec4</code></a> Exclude properdocs when testing minimal dependencies</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/ea523f5864f59fb7939f84cd4400df67280ad52c"><code>ea523f5</code></a> Warn when this plugin is being used from the mkdocs executable (<a href="https://redirect.github.com/oprypin/mkdocs-literate-nav/issues/39">#39</a>)</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/258b15a15a3e25cedc816d0a5a971acfdb86541e"><code>258b15a</code></a> Drop testing under Python 3.9 to fix CI</li> <li>See full diff in <a href="https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.2...v0.6.3">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-material` from 9.7.3 to 9.7.6 <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.7.6</h2> <blockquote> <p>[!WARNING]</p> <p><strong>Material for MkDocs is in maintenance mode</strong></p> <p>Going forward, the Material for MkDocs team focuses on <a href="https://zensical.org">Zensical</a>, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.</p> <p><a href="https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/">Read the full announcement on our blog</a></p> </blockquote> <h2>Changes</h2> <ul> <li>Automatically disable MkDocs 2.0 warning for forks of MkDocs</li> </ul> <h2>mkdocs-material-9.7.5</h2> <blockquote> <p>[!WARNING]</p> <p><strong>Material for MkDocs is in maintenance mode</strong></p> <p>Going forward, the Material for MkDocs team focuses on <a href="https://zensical.org">Zensical</a>, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.</p> <p><a href="https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/">Read the full announcement on our blog</a></p> </blockquote> <h2>Changes</h2> <ul> <li>Limited version range of mkdocs to &lt;2</li> <li>Updated MkDocs 2.0 incompatibility warning (clarify relation with MkDocs)</li> </ul> <h2>mkdocs-material-9.7.4</h2> <blockquote> <p>[!WARNING]</p> <p><strong>Material for MkDocs is in maintenance mode</strong></p> <p>Going forward, the Material for MkDocs team focuses on <a href="https://zensical.org">Zensical</a>, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.</p> <p><a href="https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/">Read the full announcement on our blog</a></p> </blockquote> <h2>Changes</h2> <ul> <li>Hardened social cards plugin by switching to sandboxed environment (recommended by <a href="https://github.com/caveeroo"><code>@​caveeroo</code></a>)</li> <li>Updated MkDocs 2.0 incompatibility warning</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.7.6 (2026-03-19)</p> <ul> <li>Automatically disable MkDocs 2.0 warning for forks of MkDocs</li> </ul> <p>mkdocs-material-9.7.5 (2026-03-10)</p> <ul> <li>Limited version range of mkdocs to &lt;2</li> <li>Updated MkDocs 2.0 incompatibility warning (clarify relation with MkDocs)</li> </ul> <p>mkdocs-material-9.7.4 (2026-03-03)</p> <ul> <li>Hardened social cards plugin by switching to sandboxed environment</li> <li>Updated MkDocs 2.0 incompatibility warning</li> </ul> <p>mkdocs-material-9.7.3 (2026-02-24)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8567">#8567</a>: Print MkDocs 2.0 incompatibility warning to stderr</li> </ul> <p>mkdocs-material-9.7.2 (2026-02-18)</p> <ul> <li>Opened up version ranges of optional dependencies for forward-compatibility</li> <li>Added warning to 'mkdocs build' about impending MkDocs 2.0 incompatibility</li> </ul> <p>mkdocs-material-9.7.1 (2025-12-18)</p> <ul> <li>Updated requests to 2.30+ to mitigate CVE in urllib</li> <li>Fixed privacy plugin not picking up protocol-relative URLs</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8542">#8542</a>: false positives and negatives captured in privacy plugin</li> </ul> <p>mkdocs-material-9.7.0 (2025-11-11)</p> <p>⚠️ Material for MkDocs is now in maintenance mode</p> <p>This is the last release of Material for MkDocs that will receive new features. Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs for 12 months at least.</p> <p>Read the full announcement on our blog: <a href="https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/">https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/</a></p> <p>This release includes all features that were previously exclusive to the Insiders edition. These features are now freely available to everyone.</p> <p>Note on deprecated plugins: The projects and typeset plugins are included in this release, but must be considered deprecated. Both plugins proved unsustainable to maintain and represent architectural dead ends. They are provided as-is without ongoing support.</p> <p>Changes:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/6c52ed6289b171a153875491f059a94819ec3e10"><code>6c52ed6</code></a> Prepare 9.7.6 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/51d9b76636431814df924bcda27485b16023978b"><code>51d9b76</code></a> Automatically disable MkDocs 2.0 warning for forks of MkDocs</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/6f9a48b4048650341a654d9757da57fc1e3e323d"><code>6f9a48b</code></a> Updated links</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/00b9933e5821fd852700268767d4fd53ae1ce1cb"><code>00b9933</code></a> Prepare 9.7.5 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/37683d12c9cd62309aa917237741ee0886709b7c"><code>37683d1</code></a> Updated blog post on MkDocs 2.0</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/199e31598055d5d6ea538618804c7558f5d81047"><code>199e315</code></a> Updated warning message to clarify relation to MkDocs</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/10258334eb13545e6d708cf121c3867bfbdb6017"><code>1025833</code></a> Limited version range of mkdocs to &lt;2</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/1532f523f6c650c9d6fd16229ee8bec0759b4151"><code>1532f52</code></a> Added update log to blog post</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/d0c8b2862a966f5f268d4a4c35bb4fcfccebb9b1"><code>d0c8b28</code></a> Updated dependencies to fix vulnerabilities</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/71d48699a0e2bef231e796818c4dc20b230a5f45"><code>71d4869</code></a> Updated blog post on MkDocs 2.0</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.7.3...9.7.6">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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents 760368a + 1f116e3 commit fb30a52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ dev-formatting = ["black == 25.12.0", "isort == 8.0.1"]
6161
dev-mkdocs = [
6262
"black == 25.12.0",
6363
"Markdown==3.10.2",
64-
"mike == 2.1.3",
65-
"mkdocs-gen-files == 0.6.0",
66-
"mkdocs-literate-nav == 0.6.2",
64+
"mike == 2.1.4",
65+
"mkdocs-gen-files == 0.6.1",
66+
"mkdocs-literate-nav == 0.6.3",
6767
"mkdocs-macros-plugin == 1.5.0",
68-
"mkdocs-material == 9.7.3",
68+
"mkdocs-material == 9.7.6",
6969
"mkdocstrings[python] == 1.0.3",
7070
"mkdocstrings-python == 1.18.2",
7171
"frequenz-repo-config[lib] == 0.13.8",

0 commit comments

Comments
 (0)