Skip to content

Commit 4a2d205

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-checkdocs&package-manager=uv&previous-version=2.13.0&new-version=2.14.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8033c1 commit 4a2d205

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ gcp-auth = ["google-auth>=2.4.0"]
100100
[dependency-groups]
101101
dev = [
102102
"pytest==7.4.4",
103-
"pytest-checkdocs==2.13.0",
103+
"pytest-checkdocs==2.14.0",
104104
"prek>=0.2.1,<0.3",
105105
"pytest-lazy-fixture==0.6.3",
106106
"fastavro==1.12.1",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)