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

dru 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 f6fcefc2 Build: Bump mkdocs-gen-files from 0.6.0 to 0.6.1 (#3179)
f6fcefc2 is described below

commit f6fcefc26cbca755e22a674ce2b09a2d7f6123d9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 22 13:03:34 2026 -0700

    Build: Bump mkdocs-gen-files from 0.6.0 to 0.6.1 (#3179)
---
 pyproject.toml | 2 +-
 uv.lock        | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index e816ca2a..eb81cd55 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -131,7 +131,7 @@ docs = [
     "mkdocstrings-python==2.0.3",
     "mkdocs-literate-nav==0.6.3",
     "mkdocs-autorefs==1.4.4",
-    "mkdocs-gen-files==0.6.0",
+    "mkdocs-gen-files==0.6.1",
     "mkdocs-material==9.7.6",
     "mkdocs-material-extensions==1.3.1",
     "mkdocs-section-index==0.3.11",
diff --git a/uv.lock b/uv.lock
index 3d3e7a0f..5676350e 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2961,14 +2961,15 @@ wheels = [
 
 [[package]]
 name = "mkdocs-gen-files"
-version = "0.6.0"
+version = "0.6.1"
 source = { registry = "https://pypi.org/simple"; }
 dependencies = [
     { name = "mkdocs" },
+    { name = "properdocs" },
 ]
-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" }
+sdist = { url = 
"https://files.pythonhosted.org/packages/43/43/428f312149c161cae557eecd35f3c4a82b867998b1d47fb29fdfe927be26/mkdocs_gen_files-0.6.1.tar.gz";,
 hash = 
"sha256:57d7ff2229e23d077e46d14a33db6d37c8823f6ce1a503c874c1764a71679763", size 
= 8746, upload-time = "2026-03-16T23:26:09.31Z" }
 wheels = [
-    { 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" },
+    { url = 
"https://files.pythonhosted.org/packages/ee/1b/3075eb67fe66e19db059f0a25744c4e56978a309603a20e1d3353d545b5e/mkdocs_gen_files-0.6.1-py3-none-any.whl";,
 hash = 
"sha256:b3182bfc6219e35b8d26658cb988368659d5d023aac30c2a819247558fc12189", size 
= 8282, upload-time = "2026-03-16T23:26:08.292Z" },
 ]
 
 [[package]]
@@ -4784,7 +4785,7 @@ docs = [
     { name = "jinja2", specifier = "==3.1.6" },
     { name = "mkdocs", specifier = "==1.6.1" },
     { name = "mkdocs-autorefs", specifier = "==1.4.4" },
-    { name = "mkdocs-gen-files", specifier = "==0.6.0" },
+    { name = "mkdocs-gen-files", specifier = "==0.6.1" },
     { name = "mkdocs-literate-nav", specifier = "==0.6.3" },
     { name = "mkdocs-material", specifier = "==9.7.6" },
     { name = "mkdocs-material-extensions", specifier = "==1.3.1" },

Reply via email to