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 48d074c00 Build: Bump mkdocstrings from 1.0.2 to 1.0.3 (#3016)
48d074c00 is described below
commit 48d074c00c44a545342cfad86e1ca474ada05454
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 17 20:20:35 2026 +0100
Build: Bump mkdocstrings from 1.0.2 to 1.0.3 (#3016)
em></p>
<blockquote>
<h2>1.0.3</h2>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.3">1.0.3</a>
- 2026-02-07</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.2...1.0.3">Compare
with 1.0.2</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Forward extension instances directly passed from Zensical (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/65b27ec8d1d671eddf021e48b0114cc3f8aca14a">65b27ec</a>
by Timothée Mazzucotelli).</li>
<li>Propagate Zensical's <code>zrelpath</code> processor (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/dbf263dfdd2fdd769d66fa62bdd388e05988bc78">dbf263d</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md">mkdocstrings's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.3">1.0.3</a>
- 2026-02-07</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.2...1.0.3">Compare
with 1.0.2</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Forward extension instances directly passed from Zensical (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/65b27ec8d1d671eddf021e48b0114cc3f8aca14a">65b27ec</a>
by Timothée Mazzucotelli).</li>
<li>Propagate Zensical's <code>zrelpath</code> processor (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/dbf263dfdd2fdd769d66fa62bdd388e05988bc78">dbf263d</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/8bdff16af916b7285eae5a07eb085c21754be3b7"><code>8bdff16</code></a>
chore: Prepare release 1.0.3</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/65b27ec8d1d671eddf021e48b0114cc3f8aca14a"><code>65b27ec</code></a>
fix: Forward extension instances directly passed from Zensical</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/1624e2c52fbdff2ee611142edbf52454427f8f8d"><code>1624e2c</code></a>
ci: Update lint/type-checking</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/cc3d6a4d286668a9a249ac38dfaf8b45470f3314"><code>cc3d6a4</code></a>
chore: Template upgrade</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/dbf263dfdd2fdd769d66fa62bdd388e05988bc78"><code>dbf263d</code></a>
fix: Propagate Zensical's <code>zrelpath</code> processor</li>
<li>See full diff in <a
href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.2...1.0.3">compare
view</a></li>
</ul>
</details>
<br />
[](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 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 2b7aaa658..00d4a9c56 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -126,7 +126,7 @@ docs = [
"mkdocs==1.6.1",
"griffe==2.0.0",
"jinja2==3.1.6",
- "mkdocstrings==1.0.2",
+ "mkdocstrings==1.0.3",
"mkdocstrings-python==2.0.2",
"mkdocs-literate-nav==0.6.2",
"mkdocs-autorefs==1.4.4",
diff --git a/uv.lock b/uv.lock
index 53b5894e1..a5e50b19f 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2997,7 +2997,7 @@ wheels = [
[[package]]
name = "mkdocstrings"
-version = "1.0.2"
+version = "1.0.3"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "jinja2" },
@@ -3007,9 +3007,9 @@ dependencies = [
{ name = "mkdocs-autorefs" },
{ name = "pymdown-extensions" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/63/4d/1ca8a9432579184599714aaeb36591414cc3d3bfd9d494f6db540c995ae4/mkdocstrings-1.0.2.tar.gz",
hash =
"sha256:48edd0ccbcb9e30a3121684e165261a9d6af4d63385fc4f39a54a49ac3b32ea8", size
= 101048, upload-time = "2026-01-24T15:57:25.735Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/46/62/0dfc5719514115bf1781f44b1d7f2a0923fcc01e9c5d7990e48a05c9ae5d/mkdocstrings-1.0.3.tar.gz",
hash =
"sha256:ab670f55040722b49bb45865b2e93b824450fb4aef638b00d7acb493a9020434", size
= 100946, upload-time = "2026-02-07T14:31:40.973Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/57/32/407a9a5fdd7d8ecb4af8d830b9bcdf47ea68f916869b3f44bac31f081250/mkdocstrings-1.0.2-py3-none-any.whl",
hash =
"sha256:41897815a8026c3634fe5d51472c3a569f92ded0ad8c7a640550873eea3b6817", size
= 35443, upload-time = "2026-01-24T15:57:23.933Z" },
+ { url =
"https://files.pythonhosted.org/packages/04/41/1cf02e3df279d2dd846a1bf235a928254eba9006dd22b4a14caa71aed0f7/mkdocstrings-1.0.3-py3-none-any.whl",
hash =
"sha256:0d66d18430c2201dc7fe85134277382baaa15e6b30979f3f3bdbabd6dbdb6046", size
= 35523, upload-time = "2026-02-07T14:31:39.27Z" },
]
[[package]]
@@ -4653,7 +4653,7 @@ docs = [
{ name = "mkdocs-material", specifier = "==9.7.1" },
{ name = "mkdocs-material-extensions", specifier = "==1.3.1" },
{ name = "mkdocs-section-index", specifier = "==0.3.10" },
- { name = "mkdocstrings", specifier = "==1.0.2" },
+ { name = "mkdocstrings", specifier = "==1.0.3" },
{ name = "mkdocstrings-python", specifier = "==2.0.2" },
]
notebook = [{ name = "jupyterlab", specifier = ">=4.0.0" }]