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

fokko 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 9de7deb76 Build: Bump mkdocstrings-python from 2.0.1 to 2.0.2 (#3021)
9de7deb76 is described below

commit 9de7deb763daa0d3714b70ccc8e5d072c0ec2c2f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 17 13:58:56 2026 +0100

    Build: Bump mkdocstrings-python from 2.0.1 to 2.0.2 (#3021)
---
 pyproject.toml | 2 +-
 uv.lock        | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index b5178700c..2b7aaa658 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -127,7 +127,7 @@ docs = [
     "griffe==2.0.0",
     "jinja2==3.1.6",
     "mkdocstrings==1.0.2",
-    "mkdocstrings-python==2.0.1",
+    "mkdocstrings-python==2.0.2",
     "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 5aca163d6..53b5894e1 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3014,7 +3014,7 @@ wheels = [
 
 [[package]]
 name = "mkdocstrings-python"
-version = "2.0.1"
+version = "2.0.2"
 source = { registry = "https://pypi.org/simple"; }
 dependencies = [
     { name = "griffe" },
@@ -3022,9 +3022,9 @@ dependencies = [
     { name = "mkdocstrings" },
     { name = "typing-extensions", marker = "python_full_version < '3.11'" },
 ]
-sdist = { url = 
"https://files.pythonhosted.org/packages/24/75/d30af27a2906f00eb90143470272376d728521997800f5dce5b340ba35bc/mkdocstrings_python-2.0.1.tar.gz";,
 hash = 
"sha256:843a562221e6a471fefdd4b45cc6c22d2607ccbad632879234fa9692e9cf7732", size 
= 199345, upload-time = "2025-12-03T14:26:11.755Z" }
+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" }
 wheels = [
-    { url = 
"https://files.pythonhosted.org/packages/81/06/c5f8deba7d2cbdfa7967a716ae801aa9ca5f734b8f54fd473ef77a088dbe/mkdocstrings_python-2.0.1-py3-none-any.whl";,
 hash = 
"sha256:66ecff45c5f8b71bf174e11d49afc845c2dfc7fc0ab17a86b6b337e0f24d8d90", size 
= 105055, upload-time = "2025-12-03T14:26:10.184Z" },
+    { 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" },
 ]
 
 [[package]]
@@ -4654,7 +4654,7 @@ docs = [
     { name = "mkdocs-material-extensions", specifier = "==1.3.1" },
     { name = "mkdocs-section-index", specifier = "==0.3.10" },
     { name = "mkdocstrings", specifier = "==1.0.2" },
-    { name = "mkdocstrings-python", specifier = "==2.0.1" },
+    { name = "mkdocstrings-python", specifier = "==2.0.2" },
 ]
 notebook = [{ name = "jupyterlab", specifier = ">=4.0.0" }]
 

Reply via email to