dependabot[bot] opened a new pull request, #14937:
URL: https://github.com/apache/iceberg/pull/14937

   Bumps [pymarkdownlnt](https://github.com/jackdewinter/pymarkdown) from 
0.9.33 to 0.9.34.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jackdewinter/pymarkdown/releases";>pymarkdownlnt's 
releases</a>.</em></p>
   <blockquote>
   <h2>Version 0.9.34 - 2025-12-21</h2>
   <h3>Notes</h3>
   <p>Our team has been working diligently over the past two months to 
strengthen the foundation of the PyMarkdown Linter. A major milestone is the 
upgrade of the minimum Python version we test with from 3.9 to 3.10. While we 
acknowledge that some users may still prefer Python 3.8, we strongly recommend 
upgrading to 3.10 for improved compatibility, security, and performance. If you 
are using a version below 3.9 and have a valid reason to stay on that version, 
please let us know—we’ll explore options to support your needs.</p>
   <p>A key feature addition (in response to <a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1479";>Issue 
1479</a> ) is the full support for both the disable-next-line pragma and a new 
mode. This change ensures compatibility with Markdown formatters that add a 
blank line after HTML comments, as each rule now allows a single blank line 
between the pragma and the offending line. This update also required us to 
review and verify all rules to ensure the disable-next-line pragma suppresses 
issues on the next line effectively. During this process, we identified and 
fixed 9 critical issues related to pragmas and rule behavior.</p>
   <p>Looking ahead, we’re also focused on long-term improvements to our test 
suite. Over the next six months, we aim to reduce the number of tests while 
maintaining full code and scenario coverage. As the project has been active for 
over five years, some tests have remained unchanged for three or more years. 
Our goal is to refine the test suite to ensure it remains efficient, 
maintainable, and aligned with our quality standards.</p>
   <h3>Added</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1479";>Issue 
1479</a>
   <ul>
   <li>Support for having a pragma to disable the rule for the next line is 
extended to include a single blank line between the pragma and
   the line where the failure occurs.</li>
   <li>Added large number of tests (see work in fixed section) to ensure that 
next-line pragmas are consistently working for all rules.</li>
   </ul>
   </li>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1490";>Issue 
1490</a>
   <ul>
   <li>Added work to measure &quot;extra&quot; test coverage, with goals to 
keep scenario coverage but reduce redundant code coverage</li>
   <li>i.e. if two scenarios are different enough but have the same code 
coverage, have a way to mark them as such</li>
   </ul>
   </li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1426";>Issue 
1426</a>
   <ul>
   <li>from previous work, but also asked reporter how to enhance this rule</li>
   </ul>
   </li>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1475";>Issue 
1475</a>
   <ul>
   <li>fixed typo in documentation</li>
   </ul>
   </li>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1505";>Issue 
1505</a>
   <ul>
   <li>fixed an issue with Md002/Md041 where the bottom of the SetExt token was 
being reported instead of the top</li>
   <li>additionally, fixed a small issue with empty documents falsely reporting 
the end-of-stream token as a &quot;bad&quot; heading</li>
   </ul>
   </li>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1506";>Issue 
1506</a>
   <ul>
   <li>fixed an issue with Md003 where the bottom of the SetExt token was being 
reported instead of the top</li>
   </ul>
   </li>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1507";>Issue 
1507</a>
   <ul>
   <li>fixed an issue with Md023 where the bottom of the SetExt token was being 
reported instead of the top</li>
   </ul>
   </li>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1508";>Issue 
1508</a>
   <ul>
   <li>fixed an issue with Md024 where the accumulated text for the Atx Heading 
and the accumulated text for the SetExt heading with the same text differed</li>
   </ul>
   </li>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1510";>Issue 
1510</a>
   <ul>
   <li>fixed an issue with Md025 where the bottom of the SetExt token was being 
reported instead of the top</li>
   </ul>
   </li>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1512";>Issue 
1512</a>
   <ul>
   <li>adding missing tests for Md043 and SetExt headings</li>
   <li>fixed an issue with Md043 where the bottom of the SetExt token was being 
reported instead of the top</li>
   </ul>
   </li>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1514";>Issue 
1514</a>
   <ul>
   <li>when parsing inline elements from a text block, pragmas were not been 
considered, resulting in reported lines being off</li>
   </ul>
   </li>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1515";>Issue 
1515</a>
   <ul>
   <li>Rule Md027 was not adapted to handle Table tokens</li>
   </ul>
   </li>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1516";>Issue 
1516</a>
   <ul>
   <li>when rewinding a failed LRD that included pragmas, the pragmas were not 
being rewound themselves, resulting in bad line numbers for any following 
tokens</li>
   </ul>
   </li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1462";>Issue 
1462</a>
   <ul>
   <li>added <code>system.exclude_path</code> to provide configuration option 
for the command-line <code>--exclude</code></li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jackdewinter/pymarkdown/commit/6d356e098eda1e0bb80b8180d408feb0cb296d65";><code>6d356e0</code></a>
 new version (<a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1526";>#1526</a>)</li>
   <li><a 
href="https://github.com/jackdewinter/pymarkdown/commit/3e2a0707df626e71c6f193932b0e8bb1cb68827c";><code>3e2a070</code></a>
 ensure that all skips have an issue tracking it (<a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1525";>#1525</a>)</li>
   <li><a 
href="https://github.com/jackdewinter/pymarkdown/commit/1355a75ed09d4ae1dab98ba2df7c23d1bf4b104f";><code>1355a75</code></a>
 <a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1522";>jackdewinter/pymarkdown#1522</a>
 (<a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1523";>#1523</a>)</li>
   <li><a 
href="https://github.com/jackdewinter/pymarkdown/commit/a1ba64c6783ddc92e10b093972f31a8ca5d7f83c";><code>a1ba64c</code></a>
 Issue 1475 (<a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1518";>#1518</a>)</li>
   <li><a 
href="https://github.com/jackdewinter/pymarkdown/commit/c87cb4da37884e33de48fb7a1aee1db9c620ece0";><code>c87cb4d</code></a>
 <a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1479";>jackdewinter/pymarkdown#1479</a>
 (<a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1517";>#1517</a>)</li>
   <li><a 
href="https://github.com/jackdewinter/pymarkdown/commit/5d2572d026ff4db21d92d196fd4b69ab7b23fdb5";><code>5d2572d</code></a>
 <a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1475";>jackdewinter/pymarkdown#1475</a>
 (<a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1495";>#1495</a>)</li>
   <li><a 
href="https://github.com/jackdewinter/pymarkdown/commit/737f7da49283104e164453f7f2fa63c3b895f1b0";><code>737f7da</code></a>
 Issue 1462 (<a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1494";>#1494</a>)</li>
   <li><a 
href="https://github.com/jackdewinter/pymarkdown/commit/e1f2b1ab3ff45ae563976b9638468524957f15a3";><code>e1f2b1a</code></a>
 Issue 1462 (<a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1493";>#1493</a>)</li>
   <li><a 
href="https://github.com/jackdewinter/pymarkdown/commit/73deab34b39a3288f9cc52baab78dc6fb72505b4";><code>73deab3</code></a>
 <a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1462";>jackdewinter/pymarkdown#1462</a>
 (<a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1492";>#1492</a>)</li>
   <li><a 
href="https://github.com/jackdewinter/pymarkdown/commit/48bb417b94da5144524ae7fd1726070912004a2e";><code>48bb417</code></a>
 <a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1490";>jackdewinter/pymarkdown#1490</a>
 (<a 
href="https://redirect.github.com/jackdewinter/pymarkdown/issues/1491";>#1491</a>)</li>
   <li>See full diff in <a 
href="https://github.com/jackdewinter/pymarkdown/compare/v0.9.33...v0.9.34";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pymarkdownlnt&package-manager=pip&previous-version=0.9.33&new-version=0.9.34)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to