dependabot[bot] opened a new pull request, #42664: URL: https://github.com/apache/superset/pull/42664
Bumps [croniter](https://github.com/pallets-eco/croniter) from 6.2.2 to 6.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets-eco/croniter/releases">croniter's releases</a>.</em></p> <blockquote> <h2>6.2.4</h2> <h2>croniter 6.2.4</h2> <h3>Bugfixes</h3> <ul> <li>Fix <code>expand_from_start_time</code> day-of-week low bound so Sunday wraps correctly for stepped day-of-week ranges (<code>isoweekday() % 7</code> instead of <code>weekday() + 1</code>). (<a href="https://redirect.github.com/pallets-eco/croniter/issues/239">#239</a>, thanks <a href="https://github.com/alhudz"><code>@alhudz</code></a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Bump pinned GitHub Actions via dependabot. (<a href="https://redirect.github.com/pallets-eco/croniter/issues/238">#238</a>, <a href="https://redirect.github.com/pallets-eco/croniter/issues/240">#240</a>)</li> </ul> <p><strong>Install:</strong> <code>pip install croniter==6.2.4</code> · <a href="https://pypi.org/project/croniter/6.2.4/">PyPI</a></p> <h2>6.2.3</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets-eco/croniter/blob/main/CHANGELOG.rst">croniter's changelog</a>.</em></p> <blockquote> <h2>6.2.4 (2026-07-10)</h2> <p>Bugfixes</p> <pre><code>- Fix ``expand_from_start_time`` day-of-week low bound so Sunday wraps correctly for stepped day-of-week ranges (``isoweekday() % 7`` instead of ``weekday() + 1``). [44e3090, [#239](https://github.com/pallets-eco/croniter/issues/239), @alhudz] <p>Packaging </code></pre></p> <ul> <li>Bump pinned GitHub Actions via dependabot. [fd13d2e, <a href="https://redirect.github.com/pallets-eco/croniter/issues/240">#240</a>; 5cd2e46, <a href="https://redirect.github.com/pallets-eco/croniter/issues/238">#238</a>]</li> </ul> <h2>6.2.3 (2026-07-02)</h2> <p>Features and Improvements</p> <pre><code>- Fix quadratic expansion of comma-separated range lists for a large speed-up on expressions with many ranges. [1d79fc6, [#231](https://github.com/pallets-eco/croniter/issues/231), @alhudz] <p>Bugfixes</p> <pre><code>- Reject a zero step (e.g. ``5-5/0``) in equal and reversed cron ranges instead of silently accepting it. [ab27767, [#232](https://github.com/pallets-eco/croniter/issues/232), @alhudz] - Fix ``expand_from_start_time`` month low-bound off-by-one so stepped month ranges start on the correct month. [f329964, [#235](https://github.com/pallets-eco/croniter/issues/235), @alhudz] Packaging </code></pre> <ul> <li>Fix zizmor-reported security findings in GitHub Actions workflows. [ed19f94, <a href="https://redirect.github.com/pallets-eco/croniter/issues/230">#230</a>]</li> <li>Bump pinned build and CI dependencies via dependabot.</li> <li>Upgrade locked development and build dependencies (<code>uv lock --upgrade</code>). </code></pre></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets-eco/croniter/commit/58534997eb4634344f00d407fb199d4d1bd057e7"><code>5853499</code></a> Prepare for release 6.2.4 (<a href="https://redirect.github.com/pallets-eco/croniter/issues/241">#241</a>)</li> <li><a href="https://github.com/pallets-eco/croniter/commit/fd13d2ec447efd854806638cb5f71a2a3a90a0b5"><code>fd13d2e</code></a> Bump the github-actions group with 2 updates (<a href="https://redirect.github.com/pallets-eco/croniter/issues/240">#240</a>)</li> <li><a href="https://github.com/pallets-eco/croniter/commit/44e3090ae47ccf72e4027ed6fabf6a31eca42f85"><code>44e3090</code></a> wrap sunday in expand_from_start_time day-of-week low bound (<a href="https://redirect.github.com/pallets-eco/croniter/issues/239">#239</a>)</li> <li><a href="https://github.com/pallets-eco/croniter/commit/5cd2e4611e8ebea446a9d0edef3f9d8e1f30c0e3"><code>5cd2e46</code></a> Bump the github-actions group with 2 updates (<a href="https://redirect.github.com/pallets-eco/croniter/issues/238">#238</a>)</li> <li><a href="https://github.com/pallets-eco/croniter/commit/f1eeddd7b9057b66406d162d04879258b29601d5"><code>f1eeddd</code></a> Prepare for 6.2.4 development (<a href="https://redirect.github.com/pallets-eco/croniter/issues/237">#237</a>)</li> <li><a href="https://github.com/pallets-eco/croniter/commit/22b59e05f5ca485c45596b2a9b580fddffbf753f"><code>22b59e0</code></a> Prepare for release 6.2.3 (<a href="https://redirect.github.com/pallets-eco/croniter/issues/236">#236</a>)</li> <li><a href="https://github.com/pallets-eco/croniter/commit/ab277671adc8e446e8dc7f1e939eabf024b6199e"><code>ab27767</code></a> reject zero step in equal and reversed cron ranges (<a href="https://redirect.github.com/pallets-eco/croniter/issues/232">#232</a>)</li> <li><a href="https://github.com/pallets-eco/croniter/commit/f329964223eeb29e7788b1a9d615b525148fec96"><code>f329964</code></a> fix expand_from_start_time month low bound off-by-one (<a href="https://redirect.github.com/pallets-eco/croniter/issues/235">#235</a>)</li> <li><a href="https://github.com/pallets-eco/croniter/commit/9810279c20030954e2f1ed2cf5f1d34b98c6b07f"><code>9810279</code></a> Bump the github-actions group with 2 updates (<a href="https://redirect.github.com/pallets-eco/croniter/issues/233">#233</a>)</li> <li><a href="https://github.com/pallets-eco/croniter/commit/d051aaf6342fbe9c559b9fcd99e6fb6f3bb63cb7"><code>d051aaf</code></a> Bump hatchling from 1.29.0 to 1.30.1 in the pip-dependencies group (<a href="https://redirect.github.com/pallets-eco/croniter/issues/234">#234</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pallets-eco/croniter/compare/6.2.2...6.2.4">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> -- 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]
