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 4a2d205b Build: Bump pytest-checkdocs from 2.13.0 to 2.14.0 (#2875)
4a2d205b is described below
commit 4a2d205b963875fd7a1ceee8b7bbeedb8adfe86f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 29 18:08:37 2025 -0500
Build: Bump pytest-checkdocs from 2.13.0 to 2.14.0 (#2875)
Bumps [pytest-checkdocs](https://github.com/jaraco/pytest-checkdocs)
from 2.13.0 to 2.14.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jaraco/pytest-checkdocs/blob/main/NEWS.rst">pytest-checkdocs's
changelog</a>.</em></p>
<blockquote>
<h1>v2.14.0</h1>
<h2>Features</h2>
<ul>
<li>Complete annotations and add <code>py.typed</code> marker -- by
:user:<code>Avasam</code> (<a
href="https://redirect.github.com/jaraco/pytest-checkdocs/issues/25">#25</a>)</li>
<li>Implemented full strict type checking. (<a
href="https://redirect.github.com/jaraco/pytest-checkdocs/issues/25">#25</a>)</li>
<li>Satisfy deprecation warning introduced in docutils 0.22. (<a
href="https://redirect.github.com/jaraco/pytest-checkdocs/issues/26">#26</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jaraco/pytest-checkdocs/commit/cd17badd6fe68cc3386e29a38c046e528a4265d7"><code>cd17bad</code></a>
Finalize</li>
<li><a
href="https://github.com/jaraco/pytest-checkdocs/commit/2c41dd77cf2e87c9235827e214f1b6b684e8971d"><code>2c41dd7</code></a>
Merge pull request <a
href="https://redirect.github.com/jaraco/pytest-checkdocs/issues/25">#25</a>
from Avasam/Strict-typing,-py.typed-and-link-issues</li>
<li><a
href="https://github.com/jaraco/pytest-checkdocs/commit/169fa1b2793c73e1876a71a03d8da5302a84b58a"><code>169fa1b</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/jaraco/pytest-checkdocs/commit/99a1a164c2c55c4d994c9f851caef77ff7e78f6d"><code>99a1a16</code></a>
Remove comment; this section is already for type checking concerns.</li>
<li><a
href="https://github.com/jaraco/pytest-checkdocs/commit/b2c285dfaa7e95d8ac12b09a238f32992092c0a0"><code>b2c285d</code></a>
Add type annotations to new docutils compat module.</li>
<li><a
href="https://github.com/jaraco/pytest-checkdocs/commit/9477f8cdc85f5d1b5dfb1873ddc3dcea42737ac0"><code>9477f8c</code></a>
Merge pull request <a
href="https://redirect.github.com/jaraco/pytest-checkdocs/issues/27">#27</a>
from Avasam/Fix-deprecation-warning-in-preparation-for...</li>
<li><a
href="https://github.com/jaraco/pytest-checkdocs/commit/09eaf99582d91345c784002476974fe8e17ea005"><code>09eaf99</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/jaraco/pytest-checkdocs/commit/202a76ed32facd46aa52ea2d1feb6edb99755dbb"><code>202a76e</code></a>
Exclude compat modules from coverage.</li>
<li><a
href="https://github.com/jaraco/pytest-checkdocs/commit/189d35ed6229c56ab173358c0589974722f105c7"><code>189d35e</code></a>
Move compatibility logic into a compat package.</li>
<li><a
href="https://github.com/jaraco/pytest-checkdocs/commit/4818aeea510a97db4e0165fcadf66e054ef011aa"><code>4818aee</code></a>
Remove 'settings_overrides' parameter, apparently unused.</li>
<li>Additional commits viewable in <a
href="https://github.com/jaraco/pytest-checkdocs/compare/v2.13.0...v2.14.0">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 9bca14c5..670e3ad6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -100,7 +100,7 @@ gcp-auth = ["google-auth>=2.4.0"]
[dependency-groups]
dev = [
"pytest==7.4.4",
- "pytest-checkdocs==2.13.0",
+ "pytest-checkdocs==2.14.0",
"prek>=0.2.1,<0.3",
"pytest-lazy-fixture==0.6.3",
"fastavro==1.12.1",
diff --git a/uv.lock b/uv.lock
index 64a759d1..2d492530 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3877,7 +3877,7 @@ dev = [
{ name = "pyarrow-stubs", specifier = ">=20.0.0.20251107" },
{ name = "pyspark", extras = ["connect"], specifier = "==4.0.1" },
{ name = "pytest", specifier = "==7.4.4" },
- { name = "pytest-checkdocs", specifier = "==2.13.0" },
+ { name = "pytest-checkdocs", specifier = "==2.14.0" },
{ name = "pytest-lazy-fixture", specifier = "==0.6.3" },
{ name = "pytest-mock", specifier = "==3.15.1" },
{ name = "requests-mock", specifier = "==1.12.1" },
@@ -4057,15 +4057,15 @@ wheels = [
[[package]]
name = "pytest-checkdocs"
-version = "2.13.0"
+version = "2.14.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "docutils" },
{ name = "jaraco-packaging" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/1d/1c/58df89a6dc6fdaccacd51759fe46ffefa15d1d7d5303cf6c687deecc6348/pytest_checkdocs-2.13.0.tar.gz",
hash =
"sha256:b0e67169c543986142e15afbc17c772da87fcdb0922c7b1e4f6c60f8769f11f9", size
= 8770, upload-time = "2024-04-30T07:34:20.183Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/45/75/a8392f38791958165f09d18b260d01520f0ae818c85b9c8cbf3d3f1ca56c/pytest_checkdocs-2.14.0.tar.gz",
hash =
"sha256:367805c63392bd50853f9cae35caa2d2888fce06002ddf88d74830494b828e12", size
= 11261, upload-time = "2025-12-26T21:02:30.619Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/11/e3/aa6a737fd1f1d2d727180f84b6795b874c7d7c6d9bd4b4ec03a8a48adebd/pytest_checkdocs-2.13.0-py3-none-any.whl",
hash =
"sha256:5df5bbd7e9753aa51a5f6954a301a4066bd4a04eb7e0c712c5d5d7ede1cbe153", size
= 3870, upload-time = "2024-04-30T07:34:18.504Z" },
+ { url =
"https://files.pythonhosted.org/packages/e4/70/c88b56f37f72cc9a3e83ed7bdc206857692a00fc74adfc24db6d1e55ac1c/pytest_checkdocs-2.14.0-py3-none-any.whl",
hash =
"sha256:5a42eb9cce43042fc8b743eaee17eae35cc9d5d8c5f1c58c3d96aba48a6981b7", size
= 5094, upload-time = "2025-12-26T21:02:29.499Z" },
]
[[package]]