Skip to content

chore(deps): bump croniter from 6.0.0 to 6.2.2#1118

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

chore(deps): bump croniter from 6.0.0 to 6.2.2#1118
github-actions[bot] merged 1 commit intodevelopfrom
dependabot/pip/develop/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 merged commit 23d886d into develop Mar 16, 2026
3 checks passed
@github-actions github-actions bot deleted the dependabot/pip/develop/croniter-6.2.2 branch March 16, 2026 11:19
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.

1 participant