This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new a1375658 Build: Bump mkdocs-gen-files from 0.5.0 to 0.6.0 (#2809)
a1375658 is described below

commit a1375658a86b9d38662c984780a990f68ded87e1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 09:09:17 2025 -0800

    Build: Bump mkdocs-gen-files from 0.5.0 to 0.6.0 (#2809)
    
    Bumps [mkdocs-gen-files](https://github.com/oprypin/mkdocs-gen-files)
    from 0.5.0 to 0.6.0.
    <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.0</h2>
    <ul>
    <li>
    <p>Compatibility with MkDocs 1.6 is improved - generated files don't
    have to have an <code>abs_src_path</code> - <a
    
href="https://github.com/oprypin/mkdocs-gen-files/commit/7baa03225e6c34cc85d17f79c47e42eb2c2e359e";>https://github.com/oprypin/mkdocs-gen-files/commit/7baa03225e6c34cc85d17f79c47e42eb2c2e359e</a></p>
    </li>
    <li>
    <p>There was a bug: using <code>edit_uri_template</code> in MkDocs would
    prevent <code>set_edit_path()</code> from working.
    This is now fixed - <a
    
href="https://redirect.github.com/oprypin/mkdocs-gen-files/issues/37";>#37</a>
    - thanks to <a
    href="https://github.com/frankkusters";><code>@​frankkusters</code></a></p>
    </li>
    <li>
    <p>The MkDocs configuration file now can be <code>mkdocs.yaml</code>,
    not only <code>mkdocs.yml</code>. Thanks to <a
    href="https://github.com/mgor";><code>@​mgor</code></a> in <a
    
href="https://redirect.github.com/oprypin/mkdocs-gen-files/pull/39";>oprypin/mkdocs-gen-files#39</a></p>
    </li>
    <li>
    <p>MkDocs 1.4.1 is now the lowest supported version - <a
    
href="https://github.com/oprypin/mkdocs-gen-files/commit/2e47124f6a00150b40e2694cfb721d4f373be914";>https://github.com/oprypin/mkdocs-gen-files/commit/2e47124f6a00150b40e2694cfb721d4f373be914</a></p>
    </li>
    <li>
    <p>Python 3.9 is now the lowest supported version.</p>
    </li>
    <li>
    <p>The <a
    
href="https://oprypin.github.io/mkdocs-gen-files/extras.html#programmatically-generating-the-navigation";>nav
    generator</a> can support empty paths - <a
    
href="https://github.com/oprypin/mkdocs-gen-files/commit/440b0bfafa35bd1b1b3b3ed5aaa7b9f11d9cfe7c";>https://github.com/oprypin/mkdocs-gen-files/commit/440b0bfafa35bd1b1b3b3ed5aaa7b9f11d9cfe7c</a></p>
    </li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/oprypin/mkdocs-gen-files/compare/v0.5.0...v0.6.0";>https://github.com/oprypin/mkdocs-gen-files/compare/v0.5.0...v0.6.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/oprypin/mkdocs-gen-files/commit/5136a79ab5af156688cca28fb1c081204250159b";><code>5136a79</code></a>
    v0.6.0</li>
    <li><a
    
href="https://github.com/oprypin/mkdocs-gen-files/commit/df9d4dc3fb81edb6b9337e03a24421cc6f040d52";><code>df9d4dc</code></a>
    Add a workaround that allows edit_uri_template to work in MkDocs
    1.6+</li>
    <li><a
    
href="https://github.com/oprypin/mkdocs-gen-files/commit/e0e32472a5651f30545354cbd903e26091f50b38";><code>e0e3247</code></a>
    allow <code>.yaml</code> extension for mkdocs configuration file (<a
    
href="https://redirect.github.com/oprypin/mkdocs-gen-files/issues/39";>#39</a>)</li>
    <li><a
    
href="https://github.com/oprypin/mkdocs-gen-files/commit/bfe7bbcf0b336d5d9f5d395224b4d063c10c3778";><code>bfe7bbc</code></a>
    Update deps</li>
    <li><a
    
href="https://github.com/oprypin/mkdocs-gen-files/commit/d56e1d95d927bc53afc5f18ec9ef8167e9b4de13";><code>d56e1d9</code></a>
    Update deps</li>
    <li><a
    
href="https://github.com/oprypin/mkdocs-gen-files/commit/440b0bfafa35bd1b1b3b3ed5aaa7b9f11d9cfe7c";><code>440b0bf</code></a>
    Support empty path in <code>Nav</code></li>
    <li><a
    
href="https://github.com/oprypin/mkdocs-gen-files/commit/85d56eb8ed6eccf1528ca158dbf97c8f0b6bb72e";><code>85d56eb</code></a>
    Add more lints, update deps</li>
    <li><a
    
href="https://github.com/oprypin/mkdocs-gen-files/commit/1a822d9e0d376d8ecae95fb961144a5af4887ef1";><code>1a822d9</code></a>
    Update template, fix lints, update docs deps</li>
    <li><a
    
href="https://github.com/oprypin/mkdocs-gen-files/commit/7baa03225e6c34cc85d17f79c47e42eb2c2e359e";><code>7baa032</code></a>
    Fix types and compatibility with MkDocs 1.6</li>
    <li><a
    
href="https://github.com/oprypin/mkdocs-gen-files/commit/6fd0fe048ebf928763458d8dba1a476ca2196117";><code>6fd0fe0</code></a>
    Template upgrade</li>
    <li>Additional commits viewable in <a
    
href="https://github.com/oprypin/mkdocs-gen-files/compare/v0.5.0...v0.6.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-gen-files&package-manager=uv&previous-version=0.5.0&new-version=0.6.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 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>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pyproject.toml | 2 +-
 uv.lock        | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 0a069ff0..f9a64a83 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -127,7 +127,7 @@ docs = [
     "mkdocstrings-python==2.0.1",
     "mkdocs-literate-nav==0.6.2",
     "mkdocs-autorefs==1.4.3",
-    "mkdocs-gen-files==0.5.0",
+    "mkdocs-gen-files==0.6.0",
     "mkdocs-material==9.7.0",
     "mkdocs-material-extensions==1.3.1",
     "mkdocs-section-index==0.3.10",
diff --git a/uv.lock b/uv.lock
index ad48e6ce..93652031 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2317,14 +2317,14 @@ wheels = [
 
 [[package]]
 name = "mkdocs-gen-files"
-version = "0.5.0"
+version = "0.6.0"
 source = { registry = "https://pypi.org/simple"; }
 dependencies = [
     { name = "mkdocs" },
 ]
-sdist = { url = 
"https://files.pythonhosted.org/packages/48/85/2d634462fd59136197d3126ca431ffb666f412e3db38fd5ce3a60566303e/mkdocs_gen_files-0.5.0.tar.gz";,
 hash = 
"sha256:4c7cf256b5d67062a788f6b1d035e157fc1a9498c2399be9af5257d4ff4d19bc", size 
= 7539, upload-time = "2023-04-27T19:48:04.894Z" }
+sdist = { url = 
"https://files.pythonhosted.org/packages/61/35/f26349f7fa18414eb2e25d75a6fa9c7e3186c36e1d227c0b2d785a7bd5c4/mkdocs_gen_files-0.6.0.tar.gz";,
 hash = 
"sha256:52022dc14dcc0451e05e54a8f5d5e7760351b6701eff816d1e9739577ec5635e", size 
= 8642, upload-time = "2025-11-23T12:13:22.124Z" }
 wheels = [
-    { url = 
"https://files.pythonhosted.org/packages/e7/0f/1e55b3fd490ad2cecb6e7b31892d27cb9fc4218ec1dab780440ba8579e74/mkdocs_gen_files-0.5.0-py3-none-any.whl";,
 hash = 
"sha256:7ac060096f3f40bd19039e7277dd3050be9a453c8ac578645844d4d91d7978ea", size 
= 8380, upload-time = "2023-04-27T19:48:07.059Z" },
+    { url = 
"https://files.pythonhosted.org/packages/8d/ec/72417415563c60ae01b36f0d497f1f4c803972f447ef4fb7f7746d6e07db/mkdocs_gen_files-0.6.0-py3-none-any.whl";,
 hash = 
"sha256:815af15f3e2dbfda379629c1b95c02c8e6f232edf2a901186ea3b204ab1135b2", size 
= 8182, upload-time = "2025-11-23T12:13:20.756Z" },
 ]
 
 [[package]]
@@ -3870,7 +3870,7 @@ docs = [
     { name = "jinja2", specifier = "==3.1.6" },
     { name = "mkdocs", specifier = "==1.6.1" },
     { name = "mkdocs-autorefs", specifier = "==1.4.3" },
-    { name = "mkdocs-gen-files", specifier = "==0.5.0" },
+    { name = "mkdocs-gen-files", specifier = "==0.6.0" },
     { name = "mkdocs-literate-nav", specifier = "==0.6.2" },
     { name = "mkdocs-material", specifier = "==9.7.0" },
     { name = "mkdocs-material-extensions", specifier = "==1.3.1" },

Reply via email to