This is an automated email from the ASF dual-hosted git repository.
kevinjqliu 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 2f293d6d Build: Bump mkdocstrings from 1.0.1 to 1.0.2 (#2967)
2f293d6d is described below
commit 2f293d6d3de79a85143f71e1674738756abcdb91
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 17:17:06 2026 -0800
Build: Bump mkdocstrings from 1.0.1 to 1.0.2 (#2967)
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from
1.0.1 to 1.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/mkdocstrings/releases">mkdocstrings's
releases</a>.</em></p>
<blockquote>
<h2>1.0.2</h2>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.2">1.0.2</a>
- 2026-01-24</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.1...1.0.2">Compare
with 1.0.1</a><!-- raw HTML omitted --></p>
<h3>Code Refactoring</h3>
<ul>
<li>Use global instances for handlers and autorefs (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/9f79141d7eb35aba0c89a43795df0ee22a25a61e">9f79141</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.2">1.0.2</a>
- 2026-01-24</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.1...1.0.2">Compare
with 1.0.1</a><!-- raw HTML omitted --></p>
<h3>Code Refactoring</h3>
<ul>
<li>Use global instances for handlers and autorefs (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/9f79141d7eb35aba0c89a43795df0ee22a25a61e">9f79141</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/4e66617fbe26636f86117c26b2482c21892166fe"><code>4e66617</code></a>
chore: Prepare release 1.0.2</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/9f79141d7eb35aba0c89a43795df0ee22a25a61e"><code>9f79141</code></a>
refactor: Use global instances for handlers and autorefs</li>
<li>See full diff in <a
href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.1...1.0.2">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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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 d4c2956c..f8c71242 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -124,7 +124,7 @@ docs = [
"mkdocs==1.6.1",
"griffe==1.15.0",
"jinja2==3.1.6",
- "mkdocstrings==1.0.1",
+ "mkdocstrings==1.0.2",
"mkdocstrings-python==2.0.1",
"mkdocs-literate-nav==0.6.2",
"mkdocs-autorefs==1.4.3",
diff --git a/uv.lock b/uv.lock
index 8ababf0d..a0b5afe6 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2887,7 +2887,7 @@ wheels = [
[[package]]
name = "mkdocstrings"
-version = "1.0.1"
+version = "1.0.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "jinja2" },
@@ -2897,9 +2897,9 @@ dependencies = [
{ name = "mkdocs-autorefs" },
{ name = "pymdown-extensions" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/bd/ec/680e3bc7c88704d3fb9c658a517ec10f2f2aed3b9340136978675e581688/mkdocstrings-1.0.1.tar.gz",
hash =
"sha256:caa7d311c85ac0a0674831725ecfdeee4348e3b8a2c91ab193ee319a41dbeb3d", size
= 100794, upload-time = "2026-01-19T11:36:24.429Z" }
+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" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/d0/f9/ecd3e5cf258d63eddc13e354bd090df3aa458b64be50d737d52a8ad9df22/mkdocstrings-1.0.1-py3-none-any.whl",
hash =
"sha256:10deb908e310e6d427a5b8f69026361dac06b77de860f46043043e26f121db02", size
= 35245, upload-time = "2026-01-19T11:36:23.067Z" },
+ { 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" },
]
[[package]]
@@ -4535,7 +4535,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.1" },
+ { name = "mkdocstrings", specifier = "==1.0.2" },
{ name = "mkdocstrings-python", specifier = "==2.0.1" },
]
notebook = [{ name = "jupyterlab", specifier = ">=4.0.0" }]