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 2056a8dc Build: Bump mkdocstrings-python from 2.0.2 to 2.0.3 (#3096)
2056a8dc is described below

commit 2056a8dcf9a2f12dcae3bc861db9541ba0ea5d91
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 24 19:11:29 2026 -0800

    Build: Bump mkdocstrings-python from 2.0.2 to 2.0.3 (#3096)
---
 pyproject.toml |  2 +-
 uv.lock        | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 9e3ee028..a4201e6b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -128,7 +128,7 @@ docs = [
     "griffe==2.0.0",
     "jinja2==3.1.6",
     "mkdocstrings==1.0.3",
-    "mkdocstrings-python==2.0.2",
+    "mkdocstrings-python==2.0.3",
     "mkdocs-literate-nav==0.6.2",
     "mkdocs-autorefs==1.4.4",
     "mkdocs-gen-files==0.6.0",
diff --git a/uv.lock b/uv.lock
index 8d521e39..4ba85278 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3017,17 +3017,17 @@ wheels = [
 
 [[package]]
 name = "mkdocstrings-python"
-version = "2.0.2"
+version = "2.0.3"
 source = { registry = "https://pypi.org/simple"; }
 dependencies = [
-    { name = "griffe" },
+    { name = "griffelib" },
     { name = "mkdocs-autorefs" },
     { name = "mkdocstrings" },
     { name = "typing-extensions", marker = "python_full_version < '3.11'" },
 ]
-sdist = { url = 
"https://files.pythonhosted.org/packages/25/84/78243847ad9d5c21d30a2842720425b17e880d99dfe824dee11d6b2149b4/mkdocstrings_python-2.0.2.tar.gz";,
 hash = 
"sha256:4a32ccfc4b8d29639864698e81cfeb04137bce76bb9f3c251040f55d4b6e1ad8", size 
= 199124, upload-time = "2026-02-09T15:12:01.543Z" }
+sdist = { url = 
"https://files.pythonhosted.org/packages/29/33/c225eaf898634bdda489a6766fc35d1683c640bffe0e0acd10646b13536d/mkdocstrings_python-2.0.3.tar.gz";,
 hash = 
"sha256:c518632751cc869439b31c9d3177678ad2bfa5c21b79b863956ad68fc92c13b8", size 
= 199083, upload-time = "2026-02-20T10:38:36.368Z" }
 wheels = [
-    { url = 
"https://files.pythonhosted.org/packages/f3/31/7ee938abbde2322e553a2cb5f604cdd1e4728e08bba39c7ee6fae9af840b/mkdocstrings_python-2.0.2-py3-none-any.whl";,
 hash = 
"sha256:31241c0f43d85a69306d704d5725786015510ea3f3c4bdfdb5a5731d83cdc2b0", size 
= 104900, upload-time = "2026-02-09T15:12:00.166Z" },
+    { url = 
"https://files.pythonhosted.org/packages/32/28/79f0f8de97cce916d5ae88a7bee1ad724855e83e6019c0b4d5b3fabc80f3/mkdocstrings_python-2.0.3-py3-none-any.whl";,
 hash = 
"sha256:0b83513478bdfd803ff05aa43e9b1fca9dd22bcd9471f09ca6257f009bc5ee12", size 
= 104779, upload-time = "2026-02-20T10:38:34.517Z" },
 ]
 
 [[package]]
@@ -4721,7 +4721,7 @@ docs = [
     { name = "mkdocs-material-extensions", specifier = "==1.3.1" },
     { name = "mkdocs-section-index", specifier = "==0.3.10" },
     { name = "mkdocstrings", specifier = "==1.0.3" },
-    { name = "mkdocstrings-python", specifier = "==2.0.2" },
+    { name = "mkdocstrings-python", specifier = "==2.0.3" },
 ]
 notebook = [{ name = "jupyterlab", specifier = ">=4.0.0" }]
 

Reply via email to