python3-croniter: Upgrade 6.2.2 -> 6.2.3

Upgrade to release 6.2.3:

- Fix quadratic expansion of comma-separated range lists for a large
  speed-up on expressions with many ranges.
- Reject a zero step (e.g. 5-5/0) in equal and reversed cron ranges
  instead of silently accepting it.
- Fix expand_from_start_time month low-bound off-by-one so stepped
  month ranges start on the correct month.
- Fix zizmor-reported security findings in GitHub Actions workflows.
- Bump pinned build and CI dependencies via dependabot.
- Upgrade locked development and build dependencies (uv lock --upgrade).

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Leon Anavi
2026-07-06 12:46:23 +03:00
committed by Khem Raj
parent 9aef1f7ee6
commit 4c1ec8349e
2 changed files with 10 additions and 11 deletions
@@ -18,6 +18,7 @@ satisfy the requirements.
Upstream-Status: Pending
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
pyproject.toml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
@@ -29,15 +30,15 @@ index 657cc21..d1b9ce3 100644
@@ -1,10 +1,10 @@
[build-system]
requires = [
- "hatchling==1.29.0",
- "packaging==26.0",
- "pathspec==1.0.4",
- "hatchling==1.30.1",
- "packaging==26.2",
- "pathspec==1.1.1",
- "pluggy==1.6.0",
- "trove-classifiers==2026.1.14.14",
+ "hatchling>=1.29.0",
+ "packaging>=26.0",
+ "pathspec>=1.0.4",
- "trove-classifiers==2026.6.1.19",
+ "hatchling>=1.30.1",
+ "packaging>=26.2",
+ "pathspec>=1.1.1",
+ "pluggy>=1.6.0",
+ "trove-classifiers>=2026.1.14.14",
+ "trove-classifiers>=2026.6.1.19",
]
build-backend = "hatchling.build"