Skip to content

chore(deps): update dependency croniter to v6.2.4#708

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/croniter-6.x
Jul 19, 2026
Merged

chore(deps): update dependency croniter to v6.2.4#708
renovate[bot] merged 1 commit into
mainfrom
renovate/croniter-6.x

Conversation

@renovate

@renovate renovate Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
croniter ==6.2.2==6.2.4 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pallets-eco/croniter (croniter)

v6.2.4

Compare Source

Bugfixes

- 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, @​alhudz]

Packaging

v6.2.3

Compare Source

Features and Improvements

- Fix quadratic expansion of comma-separated range lists for a large speed-up on expressions with many ranges. [1d79fc6, #​231, @​alhudz]

Bugfixes
~~~~~~~~
- Reject a zero step (e.g. ``5-5/0``) in equal and reversed cron ranges instead of silently accepting it. [ab27767, #​232, @​alhudz]
- Fix ``expand_from_start_time`` month low-bound off-by-one so stepped month ranges start on the correct month. [f329964, #​235, @​alhudz]

Packaging
~~~~~~~~~
- Fix zizmor-reported security findings in GitHub Actions workflows. [ed19f94, #​230]
- Bump pinned build and CI dependencies via dependabot.
- Upgrade locked development and build dependencies (``uv lock --upgrade``).

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, @​Souls-R]

Packaging
~~~~~~~~~
- Add ``License :: OSI Approved :: MIT License`` classifier. [270cbbc, @​cdheiser]

6.2.0 (2026-03-14)
------------------

Features and Improvements
  • 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]

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the depedency label Jul 19, 2026
@renovate
renovate Bot enabled auto-merge (squash) July 19, 2026 01:46
@renovate
renovate Bot merged commit 9e16517 into main Jul 19, 2026
1 check passed
@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.21%. Comparing base (565590e) to head (d787a69).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #708   +/-   ##
=======================================
  Coverage   92.21%   92.21%           
=======================================
  Files           9        9           
  Lines        1117     1117           
=======================================
  Hits         1030     1030           
  Misses         87       87           

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot deleted the renovate/croniter-6.x branch July 19, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants