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 a661e6d2 Build: Bump mkdocs-material from 9.7.1 to 9.7.2 (#3089)
a661e6d2 is described below

commit a661e6d23b3fab8fa39a2749df6f2f58c05a493a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 24 19:07:16 2026 -0800

    Build: Bump mkdocs-material from 9.7.1 to 9.7.2 (#3089)
---
 pyproject.toml | 2 +-
 uv.lock        | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index dc069c34..9e3ee028 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -132,7 +132,7 @@ docs = [
     "mkdocs-literate-nav==0.6.2",
     "mkdocs-autorefs==1.4.4",
     "mkdocs-gen-files==0.6.0",
-    "mkdocs-material==9.7.1",
+    "mkdocs-material==9.7.2",
     "mkdocs-material-extensions==1.3.1",
     "mkdocs-section-index==0.3.10",
 ]
diff --git a/uv.lock b/uv.lock
index 145bcf01..66ace523 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2957,7 +2957,7 @@ wheels = [
 
 [[package]]
 name = "mkdocs-material"
-version = "9.7.1"
+version = "9.7.2"
 source = { registry = "https://pypi.org/simple"; }
 dependencies = [
     { name = "babel" },
@@ -2972,9 +2972,9 @@ dependencies = [
     { name = "pymdown-extensions" },
     { name = "requests" },
 ]
-sdist = { url = 
"https://files.pythonhosted.org/packages/27/e2/2ffc356cd72f1473d07c7719d82a8f2cbd261666828614ecb95b12169f41/mkdocs_material-9.7.1.tar.gz";,
 hash = 
"sha256:89601b8f2c3e6c6ee0a918cc3566cb201d40bf37c3cd3c2067e26fadb8cce2b8", size 
= 4094392, upload-time = "2025-12-18T09:49:00.308Z" }
+sdist = { url = 
"https://files.pythonhosted.org/packages/34/57/5d3c8c9e2ff9d66dc8f63aa052eb0bac5041fecff7761d8689fe65c39c13/mkdocs_material-9.7.2.tar.gz";,
 hash = 
"sha256:6776256552290b9b7a7aa002780e25b1e04bc9c3a8516b6b153e82e16b8384bd", size 
= 4097818, upload-time = "2026-02-18T15:53:07.763Z" }
 wheels = [
-    { url = 
"https://files.pythonhosted.org/packages/3e/32/ed071cb721aca8c227718cffcf7bd539620e9799bbf2619e90c757bfd030/mkdocs_material-9.7.1-py3-none-any.whl";,
 hash = 
"sha256:3f6100937d7d731f87f1e3e3b021c97f7239666b9ba1151ab476cabb96c60d5c", size 
= 9297166, upload-time = "2025-12-18T09:48:56.664Z" },
+    { url = 
"https://files.pythonhosted.org/packages/cd/19/d194e75e82282b1d688f0720e21b5ac250ed64ddea333a228aaf83105f2e/mkdocs_material-9.7.2-py3-none-any.whl";,
 hash = 
"sha256:9bf6f53452d4a4d527eac3cef3f92b7b6fc4931c55d57766a7d87890d47e1b92", size 
= 9305052, upload-time = "2026-02-18T15:53:05.221Z" },
 ]
 
 [[package]]
@@ -4717,7 +4717,7 @@ docs = [
     { name = "mkdocs-autorefs", specifier = "==1.4.4" },
     { name = "mkdocs-gen-files", specifier = "==0.6.0" },
     { name = "mkdocs-literate-nav", specifier = "==0.6.2" },
-    { name = "mkdocs-material", specifier = "==9.7.1" },
+    { name = "mkdocs-material", specifier = "==9.7.2" },
     { name = "mkdocs-material-extensions", specifier = "==1.3.1" },
     { name = "mkdocs-section-index", specifier = "==0.3.10" },
     { name = "mkdocstrings", specifier = "==1.0.3" },

Reply via email to