Skip to content

Commit 790bc1d

Browse files
build(deps-dev): bump the uv-pip group across 1 directory with 4 updates (#357)
Bumps the uv-pip group with 4 updates in the / directory: [meson](https://github.com/mesonbuild/meson), [mkdocs-gen-files](https://github.com/oprypin/mkdocs-gen-files), [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `meson` from 1.10.2 to 1.11.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mesonbuild/meson/commit/69b3094f84afcf3758cc74b2f547ca34d8fd1621"><code>69b3094</code></a> Bump versions to 1.11.1 for release</li> <li><a href="https://github.com/mesonbuild/meson/commit/f5ce07d800e1f36342771ce47d194921a73491ed"><code>f5ce07d</code></a> docs: dependencies: tweak casing of OSes</li> <li><a href="https://github.com/mesonbuild/meson/commit/9c2e88dcd2a055379fb8170381dd767ae2811945"><code>9c2e88d</code></a> Spell 'DragonFly BSD' correctly</li> <li><a href="https://github.com/mesonbuild/meson/commit/c94d957fabd5dfe8112a5bf5901d2b525268f0b9"><code>c94d957</code></a> dub: log when first <code>dub describe</code> call fails</li> <li><a href="https://github.com/mesonbuild/meson/commit/b1f4f99fb81ee5027193b2d9d2b334823bbe13b2"><code>b1f4f99</code></a> tests/d: fix compat w/ &gt;=dub-1.41.0</li> <li><a href="https://github.com/mesonbuild/meson/commit/26109a3881e4c0e1a363da44bd09563dc3b0a200"><code>26109a3</code></a> type_checking: allow empty string in dependencies</li> <li><a href="https://github.com/mesonbuild/meson/commit/4bc785a75298ae189f98251eafba0495d5115b2d"><code>4bc785a</code></a> modules: qt: fix typing issue in _detect_tools()</li> <li><a href="https://github.com/mesonbuild/meson/commit/7fde16e4d27c741564d689a5b321842320ee99cf"><code>7fde16e</code></a> vs2010backend: allow missing b_lto or b_pgo options</li> <li><a href="https://github.com/mesonbuild/meson/commit/6ac66b9cbe36e861a4b10cf62d75ec181dfb291a"><code>6ac66b9</code></a> Bump version number for 1.11.0.</li> <li><a href="https://github.com/mesonbuild/meson/commit/641d39362769670751e105b0c1af374af7095ff7"><code>641d393</code></a> Create release notes for 1.11.0.</li> <li>Additional commits viewable in <a href="https://github.com/mesonbuild/meson/compare/1.10.2...1.11.1">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-include-markdown-plugin` from 7.2.0 to 7.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/releases">mkdocs-include-markdown-plugin's releases</a>.</em></p> <blockquote> <h2>v7.3.0</h2> <h3>New features</h3> <ul> <li>Add new setting <code>include_from_url</code></li> </ul> <h2>v7.2.2</h2> <h3>Bug fixes</h3> <ul> <li>Fix natural order by extension not correctly applied</li> </ul> <h2>v7.2.1</h2> <h3>Enhancements</h3> <ul> <li>Optimize string concatenation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/0604be2390c35b9da7d1a69be2f8925693460efd"><code>0604be2</code></a> Add new setting <code>include_from_url</code>(<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/299">#299</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/f0809f9ac84db5dd29a5bc98e9029d69164237b8"><code>f0809f9</code></a> Document order setting (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/298">#298</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/98cf8e8dee370cf332ed00cd8426d2ffcfa07065"><code>98cf8e8</code></a> Fix natural order by extension not correctly applied (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/292">#292</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/39df60911e5a5da6cd0cdace89cead96c79636bc"><code>39df609</code></a> Optimize string concatenation across multiple files (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/288">#288</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/39fb543b070d00114b2ec72d6373499b74092066"><code>39fb543</code></a> docs(license): update copyright year(s) (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/287">#287</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/6fd647f159f346e002e14c175f0b8ea6e67f8144"><code>6fd647f</code></a> Document that filesystem order allows reverse (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/286">#286</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/32978ca56cbc343feda9d7e0e448162b272e7f5b"><code>32978ca</code></a> Deduplicate common arguments in documentation (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/285">#285</a>)</li> <li>See full diff in <a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.2.0...v7.3.0">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-material` from 9.7.1 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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.1...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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c54ee6 commit 790bc1d

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dev = [
5757
"ruff==0.15.16",
5858
]
5959
test = [
60-
"meson==1.10.2",
60+
"meson==1.11.1",
6161
]
6262

6363
[tool.uv]

uv.lock

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)