Skip to content

Bump croniter from 6.0.0 to 6.2.2#3142

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/croniter-6.2.2
Mar 16, 2026
Merged

Bump croniter from 6.0.0 to 6.2.2#3142
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/croniter-6.2.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps croniter from 6.0.0 to 6.2.2.

Changelog

Sourced from croniter's changelog.

6.2.2 (2026-03-15)

Packaging

- Switch build backend from ``flit_core`` to ``hatchling`` with pinned dependencies. [4cce160]
- Add PEP 639 license expression (``license = "MIT"``) to project metadata. [4cce160]
- Pin all GitHub Actions to SHA hashes across CI workflows. [4cce160]
- Add dependabot for automated dependency updates. [4cce160]
- Add zizmor workflow for CI security scanning. [4cce160]

6.2.1 (2026-03-15)

Bugfixes

- Fix ``get_prev`` skipping Feb 29 on leap years for day-of-month expressions. [441a0b5, [#203](https://github.com/pallets-eco/croniter/issues/203), @Souls-R]

Packaging
</code></pre>
<ul>
<li>Add <code>License :: OSI Approved :: MIT License</code> classifier. [270cbbc, <a href="https://github.com/cdheiser"><code>@​cdheiser</code></a>]</li>
</ul>
<h2>6.2.0 (2026-03-14)</h2>
<p>Features and Improvements</p>
<pre><code>- Add support for W (nearest weekday) in the day-of-month field. [c79d88a]

  • Add precision_in_seconds parameter to match() and match_range() to allow overriding the default matching precision. [7415d1e, #58]
  • Add strict parameter to is_valid() and expand() for cross-field validation of impossible day/month combinations. [0352d48, #199]

Bugfixes

  • Fix memory leak by removing EXPRESSIONS global dict cache. [6ebfe56, @​Souls-R]

Testing and Documentation

  • Document day_or and implement_cron_bug parameters for day-of-month/day-of-week interaction. [289bf73, #75]
  • Document precision_in_seconds parameter and default precision behavior for match(). [7415d1e, #58]

6.1.0 (2026-03-14)

Features and Improvements

- Support for `zoneinfo` timezones. [b4e7295, Benjamin Drung (@bdrung)]
- Add type hints to `croniter.__init__`, `timestamp_to_datetime`, and property initializations. [b171ea9, 257741e, c4f5e44, Benjamin Drung (@bdrung)]
</tr></table> 

... (truncated)

Commits
  • f453fa2 Prepare for release 6.2.2
  • 4cce160 Switch to hatchling, add PEP 639 license, pin actions, add dependabot and zizmor
  • 06f89da Prepare for 6.2.2 development
  • c37bfb9 Prepare for release 6.2.1
  • 441a0b5 fix: use _last_day_of_month in get_prev to handle leap year Feb 29 (#204)
  • 270cbbc Add License :: OSI Approved :: MIT License classifier (#205)
  • dc1d952 Prepare for 6.2.1 development
  • 12d25c2 Prepare for release 6.2.0
  • 7415d1e Add precision_in_seconds parameter to match and match_range (#58) (#202)
  • 289bf73 Add docs for day-of-month/day-of-week interaction and implement_cron_bug (#75...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [croniter](https://github.com/pallets-eco/croniter) from 6.0.0 to 6.2.2.
- [Changelog](https://github.com/pallets-eco/croniter/blob/main/CHANGELOG.rst)
- [Commits](pallets-eco/croniter@6.0.0...6.2.2)

---
updated-dependencies:
- dependency-name: croniter
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 16, 2026
@github-actions github-actions bot enabled auto-merge (squash) March 16, 2026 17:11
@codecov
Copy link

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.26%. Comparing base (21df3c5) to head (7e252c9).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3142   +/-   ##
=======================================
  Coverage   93.26%   93.26%           
=======================================
  Files         493      493           
  Lines       45579    45579           
  Branches     6252     6252           
=======================================
  Hits        42511    42511           
  Misses       1982     1982           
  Partials     1086     1086           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions github-actions bot merged commit cca8bd7 into main Mar 16, 2026
20 checks passed
@github-actions github-actions bot deleted the dependabot/pip/croniter-6.2.2 branch March 16, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants